Uses of Interface
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest.Builder
Packages that use UpdateConfigurationSetEventDestinationRequest.Builder
Package
Description
-
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set.SesClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionUpdateConfigurationSetEventDestinationRequest.builder()UpdateConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination) The event destination object.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination) The event destination object.UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateConfigurationSetEventDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder>UpdateConfigurationSetEventDestinationRequest.serializableBuilderClass()