| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpVersion |
HttpVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HttpVersion |
DistributionConfig.httpVersion()
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
HttpVersion |
DistributionSummary.httpVersion()
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
static HttpVersion |
HttpVersion.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HttpVersion> |
HttpVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DistributionConfig.Builder |
DistributionConfig.Builder.httpVersion(HttpVersion httpVersion)
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
DistributionSummary.Builder |
DistributionSummary.Builder.httpVersion(HttpVersion httpVersion)
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
Copyright © 2018. All rights reserved.