| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoice |
Pinpoint SMS and Voice Messaging public facing APIs
|
| com.amazonaws.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResult |
AbstractAmazonPinpointSMSVoice.listConfigurationSets(ListConfigurationSetsRequest request) |
ListConfigurationSetsResult |
AmazonPinpointSMSVoice.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
ListConfigurationSetsResult |
AmazonPinpointSMSVoiceClient.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> |
AbstractAmazonPinpointSMSVoiceAsync.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
Future<ListConfigurationSetsResult> |
AmazonPinpointSMSVoiceAsync.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> |
AmazonPinpointSMSVoiceAsyncClient.listConfigurationSetsAsync(ListConfigurationSetsRequest request,
AsyncHandler<ListConfigurationSetsRequest,ListConfigurationSetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResult |
ListConfigurationSetsResult.clone() |
ListConfigurationSetsResult |
ListConfigurationSetsResult.withConfigurationSets(Collection<String> configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withConfigurationSets(String... configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResult |
ListConfigurationSetsResult.withNextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.
|
Copyright © 2022. All rights reserved.