| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionOriginSslProtocols |
AwsCloudFrontDistributionOriginSslProtocols.clone() |
AwsCloudFrontDistributionOriginSslProtocols |
AwsCloudFrontDistributionOriginCustomOriginConfig.getOriginSslProtocols()
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
AwsCloudFrontDistributionOriginSslProtocols |
AwsCloudFrontDistributionOriginSslProtocols.withItems(Collection<String> items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
AwsCloudFrontDistributionOriginSslProtocols |
AwsCloudFrontDistributionOriginSslProtocols.withItems(String... items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
AwsCloudFrontDistributionOriginSslProtocols |
AwsCloudFrontDistributionOriginSslProtocols.withQuantity(Integer quantity)
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection
with this origin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCloudFrontDistributionOriginCustomOriginConfig.setOriginSslProtocols(AwsCloudFrontDistributionOriginSslProtocols originSslProtocols)
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
AwsCloudFrontDistributionOriginCustomOriginConfig |
AwsCloudFrontDistributionOriginCustomOriginConfig.withOriginSslProtocols(AwsCloudFrontDistributionOriginSslProtocols originSslProtocols)
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.
|
Copyright © 2022. All rights reserved.