| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static SendingOptions.Builder |
SendingOptions.builder() |
SendingOptions.Builder |
SendingOptions.Builder.sendingEnabled(Boolean sendingEnabled)
If
true, email sending is enabled for the configuration set. |
SendingOptions.Builder |
SendingOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendingOptions.Builder> |
SendingOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration
set.
|
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration
set.
|
Copyright © 2022. All rights reserved.