| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static SslProtocol |
SslProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SslProtocol |
SslProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslProtocol[] |
SslProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SslProtocol> |
OriginSslProtocols.items()
A list that contains allowed SSL/TLS protocols for this distribution.
|
static Set<SslProtocol> |
SslProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OriginSslProtocols.Builder |
OriginSslProtocols.Builder.items(SslProtocol... items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
| Modifier and Type | Method and Description |
|---|---|
OriginSslProtocols.Builder |
OriginSslProtocols.Builder.items(Collection<SslProtocol> items)
A list that contains allowed SSL/TLS protocols for this distribution.
|
Copyright © 2021. All rights reserved.