Uses of Enum
com.amazonaws.services.cognitoidp.model.UserStatusType
Packages that use UserStatusType
-
Uses of UserStatusType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserStatusTypeModifier and TypeMethodDescriptionstatic UserStatusType
Use this in place of valueOf.static UserStatusType
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 UserStatusTypeModifier and TypeMethodDescriptionvoid
AdminGetUserResult.setUserStatus
(UserStatusType userStatus) The user status.void
ListUsersRequest.setUserStatus
(UserStatusType userStatus) The user status.void
UserType.setUserStatus
(UserStatusType userStatus) The user status.AdminGetUserResult.withUserStatus
(UserStatusType userStatus) The user status.ListUsersRequest.withUserStatus
(UserStatusType userStatus) The user status.UserType.withUserStatus
(UserStatusType userStatus) The user status.