Package | Description |
---|---|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
DeliveryOptions |
DeliveryOptions.clone() |
DeliveryOptions |
PutConfigurationSetDeliveryOptionsRequest.getDeliveryOptions()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DeliveryOptions |
DescribeConfigurationSetResult.getDeliveryOptions() |
DeliveryOptions |
DeliveryOptions.withTlsPolicy(String tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DeliveryOptions |
DeliveryOptions.withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
Modifier and Type | Method and Description |
---|---|
void |
PutConfigurationSetDeliveryOptionsRequest.setDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
void |
DescribeConfigurationSetResult.setDeliveryOptions(DeliveryOptions deliveryOptions) |
PutConfigurationSetDeliveryOptionsRequest |
PutConfigurationSetDeliveryOptionsRequest.withDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DescribeConfigurationSetResult |
DescribeConfigurationSetResult.withDeliveryOptions(DeliveryOptions deliveryOptions) |
Copyright © 2021. All rights reserved.