| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptions.Builder |
DeliveryOptions.builder() |
DeliveryOptions.Builder |
DeliveryOptions.Builder.sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
DeliveryOptions.Builder |
DeliveryOptions.Builder.tlsPolicy(String 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).
|
DeliveryOptions.Builder |
DeliveryOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliveryOptions.Builder> |
DeliveryOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
Copyright © 2020. All rights reserved.