| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static TlsPolicy |
TlsPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TlsPolicy |
PutConfigurationSetDeliveryOptionsRequest.tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
TlsPolicy |
DeliveryOptions.tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
static TlsPolicy |
TlsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsPolicy[] |
TlsPolicy.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<TlsPolicy> |
TlsPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationSetDeliveryOptionsRequest.Builder |
PutConfigurationSetDeliveryOptionsRequest.Builder.tlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DeliveryOptions.Builder |
DeliveryOptions.Builder.tlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
Copyright © 2023. All rights reserved.