| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetConfigurationSetEventDestinationsResponse |
SesV2Client.getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)
Retrieve a list of event destinations that are associated with a configuration set.
|
default CompletableFuture<GetConfigurationSetEventDestinationsResponse> |
SesV2AsyncClient.getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)
Retrieve a list of event destinations that are associated with a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
static GetConfigurationSetEventDestinationsRequest.Builder |
GetConfigurationSetEventDestinationsRequest.builder() |
GetConfigurationSetEventDestinationsRequest.Builder |
GetConfigurationSetEventDestinationsRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination.
|
GetConfigurationSetEventDestinationsRequest.Builder |
GetConfigurationSetEventDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConfigurationSetEventDestinationsRequest.Builder |
GetConfigurationSetEventDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetConfigurationSetEventDestinationsRequest.Builder |
GetConfigurationSetEventDestinationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConfigurationSetEventDestinationsRequest.Builder> |
GetConfigurationSetEventDestinationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.