Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
PolicyRole |
PolicyRole.clone() |
PolicyRole |
PolicyRole.withRoleId(String roleId)
The stable and unique string identifying the role.
|
PolicyRole |
PolicyRole.withRoleName(String roleName)
The name (friendly name, not ARN) identifying the role.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyRole> |
ListEntitiesForPolicyResult.getPolicyRoles()
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(PolicyRole... policyRoles)
A list of IAM roles that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEntitiesForPolicyResult.setPolicyRoles(Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
Copyright © 2018. All rights reserved.