| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SendingOptions |
SendingOptions.clone() |
SendingOptions |
CreateConfigurationSetRequest.getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
SendingOptions |
GetConfigurationSetResult.getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
SendingOptions |
SendingOptions.withSendingEnabled(Boolean sendingEnabled)
If
true, email sending is enabled for the configuration set. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateConfigurationSetRequest.setSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
void |
GetConfigurationSetResult.setSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
Copyright © 2021. All rights reserved.