Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyUser> |
ListEntitiesForPolicyResult.policyUsers
A list of IAM users that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyUser |
PolicyUser.clone() |
PolicyUser |
PolicyUser.withUserId(java.lang.String userId)
The stable and unique string identifying the user.
|
PolicyUser |
PolicyUser.withUserName(java.lang.String userName)
The name (friendly name, not ARN) identifying the user.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(java.util.Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
PolicyUser |
PolicyUserStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |