Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.DomainStatusType
Packages that use DomainStatusType
-
Uses of DomainStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DomainStatusTypeModifier and TypeMethodDescriptionstatic DomainStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DomainStatusTypeDomainDescriptionType.status()The domain status.static DomainStatusTypeReturns 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 DomainStatusTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DomainStatusTypeModifier and TypeMethodDescriptionDomainDescriptionType.Builder.status(DomainStatusType status) The domain status.