Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
User |
VirtualMFADevice.getUser()
The User data type contains information about a user.
|
User |
CreateUserResult.getUser()
Information about the user.
|
User |
GetUserResult.getUser()
Information about the user.
|
User |
User.withArn(String arn)
The Amazon Resource Name (ARN) specifying the user.
|
User |
User.withCreateDate(Date createDate)
The date when the user was created.
|
User |
User.withPath(String path)
Path to the user.
|
User |
User.withUserId(String userId)
The stable and unique string identifying the user.
|
User |
User.withUserName(String userName)
The name identifying the user.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
GetGroupResult.getUsers()
A list of users in the group.
|
List<User> |
ListUsersResult.getUsers()
A list of users.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualMFADevice.setUser(User user)
The User data type contains information about a user.
|
void |
CreateUserResult.setUser(User user)
Information about the user.
|
void |
GetUserResult.setUser(User user)
Information about the user.
|
VirtualMFADevice |
VirtualMFADevice.withUser(User user)
The User data type contains information about a user.
|
CreateUserResult |
CreateUserResult.withUser(User user)
Information about the user.
|
GetUserResult |
GetUserResult.withUser(User user)
Information about the user.
|
GetGroupResult |
GetGroupResult.withUsers(User... users)
A list of users in the group.
|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of users.
|
Modifier and Type | Method and Description |
---|---|
void |
GetGroupResult.setUsers(Collection<User> users)
A list of users in the group.
|
void |
ListUsersResult.setUsers(Collection<User> users)
A list of users.
|
GetGroupResult |
GetGroupResult.withUsers(Collection<User> users)
A list of users in the group.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of users.
|
Copyright © 2014. All rights reserved.