| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| 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 |
|---|---|
ListConfigurationSetsRequest |
ListConfigurationSetsRequest.clone() |
ListConfigurationSetsRequest |
ListConfigurationSetsRequest.withNextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position in the list
of configuration sets. |
ListConfigurationSetsRequest |
ListConfigurationSetsRequest.withPageSize(Integer pageSize)
The number of results to show in a single call to
ListConfigurationSets. |
Copyright © 2021. All rights reserved.