| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| 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 CompletableFuture<ListConfigurationSetsResponse> |
SesV2AsyncClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsIterable |
SesV2Client.listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsPublisher |
SesV2AsyncClient.listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your 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
ListConfigurationSets to indicate the position in the
list of configuration sets. |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.pageSize(Integer pageSize)
The number of results to show in a single call to
ListConfigurationSets. |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConfigurationSetsRequest.Builder> |
ListConfigurationSetsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.