Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DomainStatusType
-
Packages that use DomainStatusType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of DomainStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DomainStatusType Modifier and Type Method Description static DomainStatusTypeDomainStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DomainStatusTypeDomainDescriptionType. status()The domain status.static DomainStatusTypeDomainStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static DomainStatusType[]DomainStatusType. 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 DomainStatusType Modifier and Type Method Description static Set<DomainStatusType>DomainStatusType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DomainStatusType Modifier and Type Method Description DomainDescriptionType.BuilderDomainDescriptionType.Builder. status(DomainStatusType status)The domain status.
-