Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
CreateUserResult.getUser()
A structure with details about the new IAM user.
|
User |
VirtualMFADevice.getUser() |
User |
GetUserResult.getUser()
A structure containing details about the IAM user.
|
User |
User.withArn(String arn)
The Amazon Resource Name (ARN) that identifies the user.
|
User |
User.withCreateDate(Date createDate)
The date and time, in ISO 8601
date-time format, when the user was created.
|
User |
User.withPasswordLastUsed(Date passwordLastUsed)
The date and time, in ISO 8601
date-time format, when the user's password was last used to sign in
to an AWS website.
|
User |
User.withPath(String path)
The path to the user.
|
User |
User.withUserId(String userId)
The stable and unique string identifying the user.
|
User |
User.withUserName(String userName)
The friendly name identifying the user.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
ListUsersResult.getUsers()
A list of users.
|
List<User> |
GetGroupResult.getUsers()
A list of users in the group.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateUserResult.setUser(User user)
A structure with details about the new IAM user.
|
void |
VirtualMFADevice.setUser(User user) |
void |
GetUserResult.setUser(User user)
A structure containing details about the IAM user.
|
CreateUserResult |
CreateUserResult.withUser(User user)
A structure with details about the new IAM user.
|
VirtualMFADevice |
VirtualMFADevice.withUser(User user) |
GetUserResult |
GetUserResult.withUser(User user)
A structure containing details about the IAM user.
|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of users.
|
GetGroupResult |
GetGroupResult.withUsers(User... users)
A list of users in the group.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
A list of users.
|
void |
GetGroupResult.setUsers(Collection<User> users)
A list of users in the group.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of users.
|
GetGroupResult |
GetGroupResult.withUsers(Collection<User> users)
A list of users in the group.
|
Copyright © 2018. All rights reserved.