Uses of Enum
software.amazon.awssdk.services.apigateway.model.DomainNameStatus
Packages that use DomainNameStatus
-
Uses of DomainNameStatus in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DomainNameStatusModifier and TypeMethodDescriptionfinal DomainNameStatusCreateDomainNameResponse.domainNameStatus()The status of the DomainName migration.final DomainNameStatusDomainName.domainNameStatus()The status of the DomainName migration.final DomainNameStatusGetDomainNameResponse.domainNameStatus()The status of the DomainName migration.final DomainNameStatusUpdateDomainNameResponse.domainNameStatus()The status of the DomainName migration.static DomainNameStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DomainNameStatusReturns the enum constant of this type with the specified name.static DomainNameStatus[]DomainNameStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DomainNameStatusMethods in software.amazon.awssdk.services.apigateway.model with parameters of type DomainNameStatusModifier and TypeMethodDescriptionCreateDomainNameResponse.Builder.domainNameStatus(DomainNameStatus domainNameStatus) The status of the DomainName migration.DomainName.Builder.domainNameStatus(DomainNameStatus domainNameStatus) The status of the DomainName migration.GetDomainNameResponse.Builder.domainNameStatus(DomainNameStatus domainNameStatus) The status of the DomainName migration.UpdateDomainNameResponse.Builder.domainNameStatus(DomainNameStatus domainNameStatus) The status of the DomainName migration.