Uses of Interface
software.amazon.awssdk.services.sesv2.model.UpdateConfigurationSetEventDestinationRequest.Builder
Packages that use UpdateConfigurationSetEventDestinationRequest.Builder
Package
Description
-
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Update the configuration of an event destination for a configuration set.SesV2Client.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Update the configuration of an event destination for a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionUpdateConfigurationSetEventDestinationRequest.builder()UpdateConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination to modify.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination) An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestinationDefinition eventDestination) An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName) The name of the event destination.UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateConfigurationSetEventDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type UpdateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder>UpdateConfigurationSetEventDestinationRequest.serializableBuilderClass()