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 UserStatusTypeUserStatusType. fromValue(String value)Use this in place of valueOf.static UserStatusTypeUserStatusType. 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 voidAdminGetUserResult. setUserStatus(UserStatusType userStatus)The user status.voidListUsersRequest. setUserStatus(UserStatusType userStatus)The user status.voidUserType. setUserStatus(UserStatusType userStatus)The user status.AdminGetUserResultAdminGetUserResult. withUserStatus(UserStatusType userStatus)The user status.ListUsersRequestListUsersRequest. withUserStatus(UserStatusType userStatus)The user status.UserTypeUserType. withUserStatus(UserStatusType userStatus)The user status.
-