Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyUser> |
ListEntitiesForPolicyResult.getPolicyUsers()
A list of IAM users that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.