| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConfigurationSetResult> |
AmazonSimpleEmailServiceV2AsyncClient.createConfigurationSetAsync(CreateConfigurationSetRequest request,
AsyncHandler<CreateConfigurationSetRequest,CreateConfigurationSetResult> asyncHandler) |
Future<CreateConfigurationSetResult> |
AbstractAmazonSimpleEmailServiceV2Async.createConfigurationSetAsync(CreateConfigurationSetRequest request,
AsyncHandler<CreateConfigurationSetRequest,CreateConfigurationSetResult> asyncHandler) |
Future<CreateConfigurationSetResult> |
AmazonSimpleEmailServiceV2Async.createConfigurationSetAsync(CreateConfigurationSetRequest createConfigurationSetRequest,
AsyncHandler<CreateConfigurationSetRequest,CreateConfigurationSetResult> asyncHandler)
Create a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.clone() |
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withConfigurationSetName(String configurationSetName)
The name of 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.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use 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.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withSuppressionOptions(SuppressionOptions suppressionOptions) |
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) to associate with the configuration set.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withTags(Tag... tags)
An array of objects that define the tags (keys and values) to associate with the configuration set.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withTrackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
Copyright © 2021. All rights reserved.