| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateConfigurationSetEventDestinationResponse> |
SesV2AsyncClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Update the configuration of an event destination for a configuration set.
|
default UpdateConfigurationSetEventDestinationResponse |
SesV2Client.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Update the configuration of an event destination for a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.builder() |
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to modify.
|
default UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName)
The name of the event destination that you want to modify.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder> |
UpdateConfigurationSetEventDestinationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.