Uses of Class
software.amazon.awssdk.services.iam.model.AttachedPermissionsBoundary
-
Packages that use AttachedPermissionsBoundary Package Description software.amazon.awssdk.services.iam.model -
-
Uses of AttachedPermissionsBoundary in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return AttachedPermissionsBoundary Modifier and Type Method Description AttachedPermissionsBoundaryRole. permissionsBoundary()The ARN of the policy used to set the permissions boundary for the role.AttachedPermissionsBoundaryRoleDetail. permissionsBoundary()The ARN of the policy used to set the permissions boundary for the role.AttachedPermissionsBoundaryUser. permissionsBoundary()For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.AttachedPermissionsBoundaryUserDetail. permissionsBoundary()The ARN of the policy used to set the permissions boundary for the user.Methods in software.amazon.awssdk.services.iam.model with parameters of type AttachedPermissionsBoundary Modifier and Type Method Description Role.BuilderRole.Builder. permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)The ARN of the policy used to set the permissions boundary for the role.RoleDetail.BuilderRoleDetail.Builder. permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)The ARN of the policy used to set the permissions boundary for the role.User.BuilderUser.Builder. permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.UserDetail.BuilderUserDetail.Builder. permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)The ARN of the policy used to set the permissions boundary for the user.
-