Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserStatusType
-
Packages that use UserStatusType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserStatusType Modifier and Type Method Description static UserStatusTypeUserStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserStatusTypeAdminGetUserResponse. userStatus()The user status.UserStatusTypeUserType. userStatus()The user status.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 software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserStatusType Modifier and Type Method Description static Set<UserStatusType>UserStatusType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserStatusType Modifier and Type Method Description AdminGetUserResponse.BuilderAdminGetUserResponse.Builder. userStatus(UserStatusType userStatus)The user status.UserType.BuilderUserType.Builder. userStatus(UserStatusType userStatus)The user status.
-