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 UserUser. clone()UserCreateUserResult. getUser()A structure with details about the new IAM user.UserGetUserResult. getUser()A structure containing details about the IAM user.UserVirtualMFADevice. getUser()UserUser. withArn(String arn)The Amazon Resource Name (ARN) that identifies the user.UserUser. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the user was created.UserUser. 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.UserUser. withPath(String path)The path to the user.UserUser. withUserId(String userId)The stable and unique string identifying the user.UserUser. 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 voidCreateUserResult. setUser(User user)A structure with details about the new IAM user.voidGetUserResult. setUser(User user)A structure containing details about the IAM user.voidVirtualMFADevice. setUser(User user)CreateUserResultCreateUserResult. withUser(User user)A structure with details about the new IAM user.GetUserResultGetUserResult. withUser(User user)A structure containing details about the IAM user.VirtualMFADeviceVirtualMFADevice. withUser(User user)GetGroupResultGetGroupResult. withUsers(User... users)A list of users in the group.ListUsersResultListUsersResult. 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 voidGetGroupResult. setUsers(Collection<User> users)A list of users in the group.voidListUsersResult. setUsers(Collection<User> users)A list of users.GetGroupResultGetGroupResult. withUsers(Collection<User> users)A list of users in the group.ListUsersResultListUsersResult. withUsers(Collection<User> users)A list of users.
-