Uses of Enum
com.amazonaws.services.cognitoidp.model.UserStatusType
Packages that use UserStatusType
-
Uses of UserStatusType in com.amazonaws.services.cognitoidp.model
Subclasses with type arguments of type UserStatusType in com.amazonaws.services.cognitoidp.modelMethods in com.amazonaws.services.cognitoidp.model that return UserStatusTypeModifier and TypeMethodDescriptionstatic UserStatusTypeUse this in place of valueOf.static UserStatusTypeReturns 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 TypeMethodDescriptionvoidAdminGetUserResult.setUserStatus(UserStatusType userStatus) The user status.voidListUsersRequest.setUserStatus(UserStatusType userStatus) The user status.voidUserType.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.