| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConfigurationSetsResponse |
PinpointEmailClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
default ListConfigurationSetsResponse |
PinpointEmailClient.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConfigurationSetsResponse> |
PinpointEmailAsyncClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
default CompletableFuture<ListConfigurationSetsResponse> |
PinpointEmailAsyncClient.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListConfigurationSetsResponse> |
ListConfigurationSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListConfigurationSetsResponse> subscriber) |
Copyright © 2022. All rights reserved.