| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConfigurationSetsResponse |
SesV2Client.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsResponse |
SesV2Client.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConfigurationSetsResponse> |
SesV2AsyncClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default CompletableFuture<ListConfigurationSetsResponse> |
SesV2AsyncClient.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your 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.