Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UserStatusType
Packages that use UserStatusType
-
Uses of UserStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserStatusTypeModifier and TypeMethodDescriptionstatic UserStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserStatusTypeAdminGetUserResponse.userStatus()The user's status.final UserStatusTypeUserType.userStatus()The user status.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 software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserStatusTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserStatusTypeModifier and TypeMethodDescriptionAdminGetUserResponse.Builder.userStatus(UserStatusType userStatus) The user's status.UserType.Builder.userStatus(UserStatusType userStatus) The user status.