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 PolicyRolePolicyRole. clone()PolicyRolePolicyRole. withRoleId(String roleId)The stable and unique string identifying the role.PolicyRolePolicyRole. 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 ListEntitiesForPolicyResultListEntitiesForPolicyResult. 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 voidListEntitiesForPolicyResult. setPolicyRoles(Collection<PolicyRole> policyRoles)A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyRoles(Collection<PolicyRole> policyRoles)A list of IAM roles that the policy is attached to.
-