| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static SSLSupportMethod |
SSLSupportMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SSLSupportMethod |
ViewerCertificate.sslSupportMethod()
If you specify a value for ViewerCertificate$ACMCertificateArn or for
ViewerCertificate$IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests:
using a method that works for all clients or one that works for most clients:
|
static SSLSupportMethod |
SSLSupportMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLSupportMethod[] |
SSLSupportMethod.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<SSLSupportMethod> |
SSLSupportMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ViewerCertificate.Builder |
ViewerCertificate.Builder.sslSupportMethod(SSLSupportMethod sslSupportMethod)
If you specify a value for ViewerCertificate$ACMCertificateArn or for
ViewerCertificate$IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS
requests: using a method that works for all clients or one that works for most clients:
|
Copyright © 2017. All rights reserved.