| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedPermissionsBoundary |
UserDetail.permissionsBoundary()
The ARN of the policy used to set the permissions boundary for the user.
|
AttachedPermissionsBoundary |
User.permissionsBoundary()
For more information about permissions boundaries, see Permissions boundaries
for IAM identities in the IAM User Guide.
|
AttachedPermissionsBoundary |
Role.permissionsBoundary()
The ARN of the policy used to set the permissions boundary for the role.
|
AttachedPermissionsBoundary |
RoleDetail.permissionsBoundary()
The ARN of the policy used to set the permissions boundary for the role.
|
| Modifier and Type | Method and Description |
|---|---|
UserDetail.Builder |
UserDetail.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the user.
|
User.Builder |
User.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
For more information about permissions boundaries, see Permissions
boundaries for IAM identities in the IAM User Guide.
|
Role.Builder |
Role.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
RoleDetail.Builder |
RoleDetail.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the role.
|
Copyright © 2023. All rights reserved.