Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyUser
-
Packages that use PolicyUser Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyUser in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyUser Modifier and Type Method Description PolicyUserPolicyUser. clone()PolicyUserPolicyUser. withUserId(String userId)The stable and unique string identifying the user.PolicyUserPolicyUser. withUserName(String userName)The name (friendly name, not ARN) identifying the user.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyUser Modifier and Type Method Description List<PolicyUser>ListEntitiesForPolicyResult. getPolicyUsers()A list of IAM users that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyUser Modifier and Type Method Description ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyUsers(PolicyUser... policyUsers)A list of IAM users that the policy is attached to.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyUser Modifier and Type Method Description voidListEntitiesForPolicyResult. setPolicyUsers(Collection<PolicyUser> policyUsers)A list of IAM users that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyUsers(Collection<PolicyUser> policyUsers)A list of IAM users that the policy is attached to.
-