| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteConfigurationSetEventDestinationResponse |
SesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Deletes a configuration set event destination.
|
default CompletableFuture<DeleteConfigurationSetEventDestinationResponse> |
SesAsyncClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Deletes a configuration set 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 from which to delete the event destination.
|
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 © 2023. All rights reserved.