Uses of Class
com.amazonaws.services.cognitoidp.model.UserStatusType
-
Packages that use UserStatusType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserStatusType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserStatusType Modifier and Type Method Description static UserStatusType
UserStatusType. fromValue(String value)
Use this in place of valueOf.static UserStatusType
UserStatusType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserStatusType[]
UserStatusType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserStatusType Modifier and Type Method Description void
AdminGetUserResult. setUserStatus(UserStatusType userStatus)
The user status.void
ListUsersRequest. setUserStatus(UserStatusType userStatus)
The user status.void
UserType. setUserStatus(UserStatusType userStatus)
The user status.AdminGetUserResult
AdminGetUserResult. withUserStatus(UserStatusType userStatus)
The user status.ListUsersRequest
ListUsersRequest. withUserStatus(UserStatusType userStatus)
The user status.UserType
UserType. withUserStatus(UserStatusType userStatus)
The user status.
-