Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StatusType
-
Packages that use StatusType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of StatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return StatusType Modifier and Type Method Description static StatusTypeStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusTypeUserPoolDescriptionType. status()Deprecated.This property is no longer available.StatusTypeUserPoolType. status()Deprecated.This property is no longer available.static StatusTypeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusType[]StatusType. 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 StatusType Modifier and Type Method Description static Set<StatusType>StatusType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type StatusType Modifier and Type Method Description UserPoolDescriptionType.BuilderUserPoolDescriptionType.Builder. status(StatusType status)Deprecated.This property is no longer available.UserPoolType.BuilderUserPoolType.Builder. status(StatusType status)Deprecated.This property is no longer available.
-