Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Permission |
Permission.clone() |
Permission |
Permission.withAllowSsh(Boolean allowSsh)
Whether the user can use SSH.
|
Permission |
Permission.withAllowSudo(Boolean allowSudo)
Whether the user can use sudo.
|
Permission |
Permission.withIamUserArn(String iamUserArn)
The Amazon Resource Name (ARN) for an AWS Identity and Access Management
(IAM) role.
|
Permission |
Permission.withLevel(String level)
The user's permission level, which must be the following:
|
Permission |
Permission.withStackId(String stackId)
A stack ID.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
DescribePermissionsResult.getPermissions()
An array of
Permission objects that describe the stack
permissions. |
Modifier and Type | Method and Description |
---|---|
DescribePermissionsResult |
DescribePermissionsResult.withPermissions(Permission... permissions)
An array of
Permission objects that describe the stack
permissions. |
Modifier and Type | Method and Description |
---|---|
void |
DescribePermissionsResult.setPermissions(Collection<Permission> permissions)
An array of
Permission objects that describe the stack
permissions. |
DescribePermissionsResult |
DescribePermissionsResult.withPermissions(Collection<Permission> permissions)
An array of
Permission objects that describe the stack
permissions. |
Copyright © 2018. All rights reserved.