| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResult |
AmazonPinpointEmail.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
ListConfigurationSetsResult |
AbstractAmazonPinpointEmail.listConfigurationSets(ListConfigurationSetsRequest request) |
ListConfigurationSetsResult |
AmazonPinpointEmailClient.listConfigurationSets(ListConfigurationSetsRequest request)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListConfigurationSetsResult> |
AbstractAmazonPinpointEmailAsync.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
Future<ListConfigurationSetsResult> |
AmazonPinpointEmailAsync.listConfigurationSetsAsync(ListConfigurationSetsRequest listConfigurationSetsRequest,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
Future<ListConfigurationSetsResult> |
AmazonPinpointEmailAsyncClient.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
| 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 Pinpoint account in the current AWS Region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withConfigurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withNextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
Copyright © 2022. All rights reserved.