Uses of Interface
software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.Builder
Packages that use CreateConfigurationSetEventDestinationRequest.Builder
Package
Description
-
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type CreateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest) Creates a configuration set event destination.SesClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest) Creates a configuration set event destination. -
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return CreateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetEventDestinationRequest.builder()CreateConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set that the event destination should be associated with.CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.CreateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateConfigurationSetEventDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type CreateConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateConfigurationSetEventDestinationRequest.Builder>CreateConfigurationSetEventDestinationRequest.serializableBuilderClass()