| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteConfigurationSetEventDestinationResponse> |
SesV2AsyncClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Delete an event destination.
|
default DeleteConfigurationSetEventDestinationResponse |
SesV2Client.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Delete an event destination.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.builder() |
DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to delete.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteConfigurationSetEventDestinationRequest.Builder |
DeleteConfigurationSetEventDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder> |
DeleteConfigurationSetEventDestinationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.