Uses of Class
software.amazon.awssdk.services.cloudfront.model.ValidationTokenHost
-
Packages that use ValidationTokenHost Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ValidationTokenHost in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ValidationTokenHost Modifier and Type Method Description static ValidationTokenHostValidationTokenHost. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidationTokenHostManagedCertificateDetails. validationTokenHost()Contains details about the validation token host of the specified CloudFront managed ACM certificate.ValidationTokenHostManagedCertificateRequest. validationTokenHost()Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.static ValidationTokenHostValidationTokenHost. valueOf(String name)Returns 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 ValidationTokenHost Modifier and Type Method Description static Set<ValidationTokenHost>ValidationTokenHost. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ValidationTokenHost Modifier and Type Method Description ManagedCertificateDetails.BuilderManagedCertificateDetails.Builder. validationTokenHost(ValidationTokenHost validationTokenHost)Contains details about the validation token host of the specified CloudFront managed ACM certificate.ManagedCertificateRequest.BuilderManagedCertificateRequest.Builder. validationTokenHost(ValidationTokenHost validationTokenHost)Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.
-