| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedPermissionsBoundary |
AttachedPermissionsBoundary.clone() |
AttachedPermissionsBoundary |
User.getPermissionsBoundary()
For more information about permissions boundaries, see Permissions boundaries
for IAM identities in the IAM User Guide.
|
AttachedPermissionsBoundary |
Role.getPermissionsBoundary()
The ARN of the policy used to set the permissions boundary for the role.
|
AttachedPermissionsBoundary |
RoleDetail.getPermissionsBoundary()
The ARN of the policy used to set the permissions boundary for the role.
|
AttachedPermissionsBoundary |
UserDetail.getPermissionsBoundary()
The ARN of the policy used to set the permissions boundary for the user.
|
AttachedPermissionsBoundary |
AttachedPermissionsBoundary.withPermissionsBoundaryArn(String permissionsBoundaryArn)
The ARN of the policy used to set the permissions boundary for the user or role.
|
AttachedPermissionsBoundary |
AttachedPermissionsBoundary.withPermissionsBoundaryType(PermissionsBoundaryAttachmentType permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary
for an entity.
|
AttachedPermissionsBoundary |
AttachedPermissionsBoundary.withPermissionsBoundaryType(String permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary
for an entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
For more information about permissions boundaries, see Permissions boundaries
for IAM identities in the IAM User Guide.
|
void |
Role.setPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
void |
RoleDetail.setPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
void |
UserDetail.setPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the user.
|
User |
User.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
For more information about permissions boundaries, see Permissions boundaries
for IAM identities in the IAM User Guide.
|
Role |
Role.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
RoleDetail |
RoleDetail.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
UserDetail |
UserDetail.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the user.
|
Copyright © 2023. All rights reserved.