Uses of Enum
software.amazon.awssdk.services.cloudfront.model.ValidationTokenHost
Packages that use ValidationTokenHost
-
Uses of ValidationTokenHost in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ValidationTokenHostModifier and TypeMethodDescriptionstatic ValidationTokenHostUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ValidationTokenHostManagedCertificateDetails.validationTokenHost()Contains details about the validation token host of the specified CloudFront managed ACM certificate.final ValidationTokenHostManagedCertificateRequest.validationTokenHost()Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.static ValidationTokenHostReturns the enum constant of this type with the specified name.static ValidationTokenHost[]ValidationTokenHost.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 ValidationTokenHostModifier and TypeMethodDescriptionstatic Set<ValidationTokenHost>ValidationTokenHost.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ValidationTokenHostModifier and TypeMethodDescriptionManagedCertificateDetails.Builder.validationTokenHost(ValidationTokenHost validationTokenHost) Contains details about the validation token host of the specified CloudFront managed ACM certificate.ManagedCertificateRequest.Builder.validationTokenHost(ValidationTokenHost validationTokenHost) Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.