Uses of Enum
software.amazon.awscdk.services.cloudfront.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return HttpVersionModifier and TypeMethodDescriptiondefault HttpVersion
CloudFrontWebDistributionProps.getHttpVersion()
The max supported HTTP Versions.final HttpVersion
CloudFrontWebDistributionProps.Jsii$Proxy.getHttpVersion()
default HttpVersion
DistributionProps.getHttpVersion()
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.final HttpVersion
DistributionProps.Jsii$Proxy.getHttpVersion()
static HttpVersion
Returns the enum constant of this type with the specified name.static HttpVersion[]
HttpVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.cloudfront with parameters of type HttpVersionModifier and TypeMethodDescriptionCloudFrontWebDistribution.Builder.httpVersion
(HttpVersion httpVersion) Deprecated.The max supported HTTP Versions.CloudFrontWebDistributionProps.Builder.httpVersion
(HttpVersion httpVersion) Sets the value ofCloudFrontWebDistributionProps.getHttpVersion()
Distribution.Builder.httpVersion
(HttpVersion httpVersion) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.DistributionProps.Builder.httpVersion
(HttpVersion httpVersion) Sets the value ofDistributionProps.getHttpVersion()