| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static TlsPolicy |
TlsPolicy.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DeliveryOptions |
DeliveryOptions.withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest |
PutConfigurationSetDeliveryOptionsRequest.withTlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
Copyright © 2019. All rights reserved.