Package | Description |
---|---|
software.amazon.awssdk.services.ses |
|
software.amazon.awssdk.services.ses.model |
Modifier and Type | Method and Description |
---|---|
default UpdateConfigurationSetEventDestinationResponse |
SesClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Updates the event destination of a configuration set.
|
default CompletableFuture<UpdateConfigurationSetEventDestinationResponse> |
SesAsyncClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Updates the event destination of 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 update.
|
default UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
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.