| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryOptions |
DeliveryOptions.clone() |
DeliveryOptions |
CreateConfigurationSetRequest.getDeliveryOptions()
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
DeliveryOptions |
GetConfigurationSetResult.getDeliveryOptions()
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
DeliveryOptions |
DeliveryOptions.withSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool to associate with the configuration set.
|
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 |
CreateConfigurationSetRequest.setDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
void |
GetConfigurationSetResult.setDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
Copyright © 2024. All rights reserved.