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 PolicyUser
PolicyUser. clone()
PolicyUser
PolicyUser. withUserId(String userId)
The stable and unique string identifying the user.PolicyUser
PolicyUser. 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 ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. 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 void
ListEntitiesForPolicyResult. setPolicyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
-