Uses of Class
com.amazonaws.services.cognitoidp.model.UserType
-
Packages that use UserType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserType Modifier and Type Method Description UserTypeUserType. clone()UserTypeUserType. withAttributes(AttributeType... attributes)A container with information about the user type attributes.UserTypeUserType. withAttributes(Collection<AttributeType> attributes)A container with information about the user type attributes.UserTypeUserType. withEnabled(Boolean enabled)Specifies whether the user is enabled.UserTypeUserType. withUserCreateDate(Date userCreateDate)The creation date of the user.UserTypeUserType. withUserLastModifiedDate(Date userLastModifiedDate)The last modified date of the user.UserTypeUserType. withUsername(String username)The user name of the user you wish to describe.UserTypeUserType. withUserStatus(UserStatusType userStatus)The user status.UserTypeUserType. withUserStatus(String userStatus)The user status.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type UserType Modifier and Type Method Description List<UserType>ListUsersResult. getUsers()The users returned in the request to list users.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserType Modifier and Type Method Description ListUsersResultListUsersResult. withUsers(UserType... users)The users returned in the request to list users.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type UserType Modifier and Type Method Description voidListUsersResult. setUsers(Collection<UserType> users)The users returned in the request to list users.ListUsersResultListUsersResult. withUsers(Collection<UserType> users)The users returned in the request to list users.
-