| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoice |
Pinpoint SMS and Voice Messaging public facing APIs
|
| software.amazon.awssdk.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConfigurationSetsResponse> |
PinpointSmsVoiceAsyncClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
default ListConfigurationSetsResponse |
PinpointSmsVoiceClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.builder() |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.nextToken(String nextToken)
A token returned from a previous call to the API that indicates the position in the list of results.
|
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.pageSize(String pageSize)
Used to specify the number of items that should be returned in the response.
|
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConfigurationSetsRequest.Builder> |
ListConfigurationSetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.