| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SSLMethod |
AliasConfiguration.getSslMethod()
Deprecated.
|
SSLMethod |
AliasConfiguration.Jsii$Proxy.getSslMethod()
Deprecated.
|
default SSLMethod |
ViewerCertificateOptions.getSslMethod()
How CloudFront should serve HTTPS requests.
|
SSLMethod |
ViewerCertificateOptions.Jsii$Proxy.getSslMethod() |
static SSLMethod |
SSLMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLMethod[] |
SSLMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AliasConfiguration.Builder |
AliasConfiguration.Builder.sslMethod(SSLMethod sslMethod)
Deprecated.
|
ViewerCertificateOptions.Builder |
ViewerCertificateOptions.Builder.sslMethod(SSLMethod sslMethod)
Sets the value of
ViewerCertificateOptions.getSslMethod() |
Copyright © 2022. All rights reserved.