Uses of Class
com.amazonaws.services.identitymanagement.model.User
Packages that use User
-
Uses of User in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UserModifier and TypeMethodDescriptionUser.clone()
CreateUserResult.getUser()
A structure with details about the new IAM user.GetUserResult.getUser()
A structure containing details about the IAM user.VirtualMFADevice.getUser()
The Amazon Resource Name (ARN) that identifies the user.User.withCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the user was created.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.The path to the user.User.withUserId
(String userId) The stable and unique string identifying the 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 UserModifier and TypeMethodDescriptionGetGroupResult.getUsers()
A list of users in the group.ListUsersResult.getUsers()
A list of users.Methods in com.amazonaws.services.identitymanagement.model with parameters of type UserModifier and TypeMethodDescriptionvoid
A structure with details about the new IAM user.void
A structure containing details about the IAM user.void
A structure with details about the new IAM user.A structure containing details about the IAM user.A list of users in the group.A list of users.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type UserModifier and TypeMethodDescriptionvoid
GetGroupResult.setUsers
(Collection<User> users) A list of users in the group.void
ListUsersResult.setUsers
(Collection<User> users) A list of users.GetGroupResult.withUsers
(Collection<User> users) A list of users in the group.ListUsersResult.withUsers
(Collection<User> users) A list of users.