| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default ListConfigurationSetsResponse |
SesClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region.
|
default CompletableFuture<ListConfigurationSetsResponse> |
SesAsyncClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.builder() |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.maxItems(Integer maxItems)
The number of configuration sets to return.
|
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.nextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConfigurationSetsRequest.Builder |
ListConfigurationSetsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConfigurationSetsRequest.Builder> |
ListConfigurationSetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.