| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationSetResult |
AmazonPinpointEmail.getConfigurationSet(GetConfigurationSetRequest getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
GetConfigurationSetResult |
AmazonPinpointEmailClient.getConfigurationSet(GetConfigurationSetRequest request)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
GetConfigurationSetResult |
AbstractAmazonPinpointEmail.getConfigurationSet(GetConfigurationSetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetConfigurationSetResult> |
AbstractAmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest request) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsyncClient.getConfigurationSetAsync(GetConfigurationSetRequest request) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
Future<GetConfigurationSetResult> |
AbstractAmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest request,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsyncClient.getConfigurationSetAsync(GetConfigurationSetRequest request,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest getConfigurationSetRequest,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConfigurationSetResult> |
AbstractAmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest request,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsyncClient.getConfigurationSetAsync(GetConfigurationSetRequest request,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler) |
Future<GetConfigurationSetResult> |
AmazonPinpointEmailAsync.getConfigurationSetAsync(GetConfigurationSetRequest getConfigurationSetRequest,
AsyncHandler<GetConfigurationSetRequest,GetConfigurationSetResult> asyncHandler)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationSetResult |
GetConfigurationSetResult.clone() |
GetConfigurationSetResult |
GetConfigurationSetResult.withConfigurationSetName(String configurationSetName)
The name of 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.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send
that use the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResult |
GetConfigurationSetResult.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.