Uses of Interface
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetEventDestinationRequest.Builder
Packages that use DeleteConfigurationSetEventDestinationRequest.Builder
Package
Description
-
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination. -
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionDeleteConfigurationSetEventDestinationRequest.builder()DeleteConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set from which to delete the event destination.DeleteConfigurationSetEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName) The name of the event destination to delete.DeleteConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteConfigurationSetEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteConfigurationSetEventDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder>DeleteConfigurationSetEventDestinationRequest.serializableBuilderClass()