Uses of Enum
software.amazon.awssdk.services.cloudfront.model.DomainStatus
Packages that use DomainStatus
-
Uses of DomainStatus in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DomainStatusModifier and TypeMethodDescriptionstatic DomainStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DomainStatusDomainResult.status()Whether the domain is active or inactive.static DomainStatusReturns the enum constant of this type with the specified name.static DomainStatus[]DomainStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DomainStatusMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type DomainStatusModifier and TypeMethodDescriptionDomainResult.Builder.status(DomainStatus status) Whether the domain is active or inactive.