Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<UserDetail> |
GetAccountAuthorizationDetailsResult.userDetailList
A list containing information about IAM users.
|
Modifier and Type | Method and Description |
---|---|
UserDetail |
UserDetail.clone() |
UserDetail |
UserDetail.withArn(java.lang.String arn) |
UserDetail |
UserDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the user.
|
UserDetail |
UserDetail.withAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the user.
|
UserDetail |
UserDetail.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the user was created.
|
UserDetail |
UserDetail.withGroupList(java.util.Collection<java.lang.String> groupList)
A list of IAM groups that the user is in.
|
UserDetail |
UserDetail.withGroupList(java.lang.String... groupList)
A list of IAM groups that the user is in.
|
UserDetail |
UserDetail.withPath(java.lang.String path)
The path to the user.
|
UserDetail |
UserDetail.withUserId(java.lang.String userId)
The stable and unique string identifying the user.
|
UserDetail |
UserDetail.withUserName(java.lang.String userName)
The friendly name identifying the user.
|
UserDetail |
UserDetail.withUserPolicyList(java.util.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 |
---|---|
java.util.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(java.util.Collection<UserDetail> userDetailList)
A list containing information about IAM users.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withUserDetailList(java.util.Collection<UserDetail> userDetailList)
A list containing information about IAM users.
|
Modifier and Type | Method and Description |
---|---|
UserDetail |
UserDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |