Uses of Enum
software.amazon.awssdk.services.cloudfront.model.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HttpVersionDistributionConfig.httpVersion()(Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront.final HttpVersionDistributionSummary.httpVersion()Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.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.awssdk.services.cloudfront.model that return types with arguments of type HttpVersionMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type HttpVersionModifier and TypeMethodDescriptionDistributionConfig.Builder.httpVersion(HttpVersion httpVersion) (Optional) Specify the HTTP version(s) that you want viewers to use to communicate with CloudFront.DistributionSummary.Builder.httpVersion(HttpVersion httpVersion) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.