Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyRole
-
Packages that use PolicyRole Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyRole in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyRole Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyRole Modifier and Type Method Description List<PolicyRole>
ListEntitiesForPolicyResult. getPolicyRoles()
A list of IAM roles that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyRole Modifier and Type Method Description ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. 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 PolicyRole Modifier and Type Method 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.
-