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 HttpVersionCloudFrontWebDistributionProps.getHttpVersion()The max supported HTTP Versions.final HttpVersionCloudFrontWebDistributionProps.Jsii$Proxy.getHttpVersion()default HttpVersionDistributionProps.getHttpVersion()Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.final HttpVersionDistributionProps.Jsii$Proxy.getHttpVersion()static HttpVersionReturns 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()