Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetEventDestinationRequest.Builder
Packages that use DeleteConfigurationSetEventDestinationRequest.Builder
Package
Description
-
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Delete an event destination.SesV2Client.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Delete an event destination. -
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionDeleteConfigurationSetEventDestinationRequest.builder()DeleteConfigurationSetEventDestinationRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set that contains the event destination to delete.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.sesv2.model that return types with arguments of type DeleteConfigurationSetEventDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder>DeleteConfigurationSetEventDestinationRequest.serializableBuilderClass()