| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationSetEventDestinationResponse |
SesClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)
Creates a configuration set event destination.
|
default CompletableFuture<CreateConfigurationSetEventDestinationResponse> |
SesAsyncClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)
Creates a configuration set event destination.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.builder() |
CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set that the event destination should be associated with.
|
default CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
An object that describes the Amazon Web Services service that email sending event where information is
published.
|
CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination)
An object that describes the Amazon Web Services service that email sending event where information is
published.
|
CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateConfigurationSetEventDestinationRequest.Builder> |
CreateConfigurationSetEventDestinationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.