Uses of Class
com.amazonaws.services.identitymanagement.model.User
-
Packages that use User Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of User in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return User Modifier and Type Method Description User
User. clone()
User
CreateUserResult. getUser()
A structure with details about the new IAM user.User
GetUserResult. getUser()
A structure containing details about the IAM user.User
VirtualMFADevice. getUser()
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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type User Modifier and Type Method Description List<User>
GetGroupResult. getUsers()
A list of users in the group.List<User>
ListUsersResult. getUsers()
A list of users.Methods in com.amazonaws.services.identitymanagement.model with parameters of type User Modifier and Type Method Description void
CreateUserResult. setUser(User user)
A structure with details about the new IAM user.void
GetUserResult. setUser(User user)
A structure containing details about the IAM user.void
VirtualMFADevice. setUser(User user)
CreateUserResult
CreateUserResult. withUser(User user)
A structure with details about the new IAM user.GetUserResult
GetUserResult. withUser(User user)
A structure containing details about the IAM user.VirtualMFADevice
VirtualMFADevice. withUser(User user)
GetGroupResult
GetGroupResult. withUsers(User... users)
A list of users in the group.ListUsersResult
ListUsersResult. withUsers(User... users)
A list of users.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type User Modifier and Type Method 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.
-