Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Permission> |
DescribePermissionsResult.permissions
An array of
Permission objects that describe the stack
permissions. |
Modifier and Type | Method and Description |
---|---|
Permission |
Permission.clone() |
Permission |
Permission.withAllowSsh(java.lang.Boolean allowSsh)
Whether the user can use SSH.
|
Permission |
Permission.withAllowSudo(java.lang.Boolean allowSudo)
Whether the user can use sudo.
|
Permission |
Permission.withIamUserArn(java.lang.String iamUserArn)
The Amazon Resource Name (ARN) for an AWS Identity and Access Management
(IAM) role.
|
Permission |
Permission.withLevel(java.lang.String level)
The user's permission level, which must be the following:
|
Permission |
Permission.withStackId(java.lang.String stackId)
A stack ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Permission> permissions)
An array of
Permission objects that describe the stack
permissions. |
DescribePermissionsResult |
DescribePermissionsResult.withPermissions(java.util.Collection<Permission> permissions)
An array of
Permission objects that describe the stack
permissions. |
Modifier and Type | Method and Description |
---|---|
Permission |
PermissionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PermissionJsonMarshaller.marshall(Permission permission,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|