Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyUser
Packages that use PolicyUser
-
Uses of PolicyUser in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyUserModifier and TypeMethodDescriptionPolicyUser.clone()
PolicyUser.withUserId
(String userId) The stable and unique string identifying the user.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 PolicyUserModifier and TypeMethodDescriptionListEntitiesForPolicyResult.getPolicyUsers()
A list of IAM users that the policy is attached to.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyUserModifier and TypeMethodDescriptionListEntitiesForPolicyResult.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 PolicyUserModifier and TypeMethodDescriptionvoid
ListEntitiesForPolicyResult.setPolicyUsers
(Collection<PolicyUser> policyUsers) A list of IAM users that the policy is attached to.ListEntitiesForPolicyResult.withPolicyUsers
(Collection<PolicyUser> policyUsers) A list of IAM users that the policy is attached to.