Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyRole
Packages that use PolicyRole
-
Uses of PolicyRole in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyRoleModifier and TypeMethodDescriptionPolicyRole.clone()
PolicyRole.withRoleId
(String roleId) The stable and unique string identifying the role.PolicyRole.withRoleName
(String roleName) The name (friendly name, not ARN) identifying the role.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyRoleModifier and TypeMethodDescriptionListEntitiesForPolicyResult.getPolicyRoles()
A list of IAM roles that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyRoleModifier and TypeMethodDescriptionListEntitiesForPolicyResult.withPolicyRoles
(PolicyRole... policyRoles) A list of IAM roles that the policy is attached to.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyRoleModifier and TypeMethodDescriptionvoid
ListEntitiesForPolicyResult.setPolicyRoles
(Collection<PolicyRole> policyRoles) A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResult.withPolicyRoles
(Collection<PolicyRole> policyRoles) A list of IAM roles that the policy is attached to.