| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResult |
AbstractAmazonSimpleEmailServiceV2.listConfigurationSets(ListConfigurationSetsRequest request) |
ListConfigurationSetsResult |
AmazonSimpleEmailServiceV2.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
ListConfigurationSetsResult |
AmazonSimpleEmailServiceV2Client.listConfigurationSets(ListConfigurationSetsRequest request)
List all of the configuration sets associated with your account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListConfigurationSetsResult> |
AmazonSimpleEmailServiceV2AsyncClient.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
Future<ListConfigurationSetsResult> |
AbstractAmazonSimpleEmailServiceV2Async.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
Future<ListConfigurationSetsResult> |
AmazonSimpleEmailServiceV2Async.listConfigurationSetsAsync(ListConfigurationSetsRequest listConfigurationSetsRequest,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler)
List all of the configuration sets associated with your account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResult |
ListConfigurationSetsResult.clone() |
ListConfigurationSetsResult |
ListConfigurationSetsResult.withConfigurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current AWS Region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withConfigurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current AWS Region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
Copyright © 2019. All rights reserved.