| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
UserDetail |
UserDetail.clone() |
UserDetail |
UserDetail.withArn(String arn) |
UserDetail |
UserDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the user.
|
UserDetail |
UserDetail.withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the user.
|
UserDetail |
UserDetail.withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the user was
created.
|
UserDetail |
UserDetail.withGroupList(Collection<String> groupList)
A list of IAM groups that the user is in.
|
UserDetail |
UserDetail.withGroupList(String... groupList)
A list of IAM groups that the user is in.
|
UserDetail |
UserDetail.withPath(String path)
The path to the user.
|
UserDetail |
UserDetail.withPermissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
The ARN of the policy used to set the permissions boundary for the user.
|
UserDetail |
UserDetail.withTags(Collection<Tag> tags)
A list of tags that are associated with the user.
|
UserDetail |
UserDetail.withTags(Tag... tags)
A list of tags that are associated with the user.
|
UserDetail |
UserDetail.withUserId(String userId)
The stable and unique string identifying the user.
|
UserDetail |
UserDetail.withUserName(String userName)
The friendly name identifying the user.
|
UserDetail |
UserDetail.withUserPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
|
UserDetail |
UserDetail.withUserPolicyList(PolicyDetail... userPolicyList)
A list of the inline policies embedded in the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserDetail> |
GetAccountAuthorizationDetailsResult.getUserDetailList()
A list containing information about IAM users.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withUserDetailList(UserDetail... userDetailList)
A list containing information about IAM users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountAuthorizationDetailsResult.setUserDetailList(Collection<UserDetail> userDetailList)
A list containing information about IAM users.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withUserDetailList(Collection<UserDetail> userDetailList)
A list containing information about IAM users.
|
Copyright © 2021. All rights reserved.