Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetEventDestinationRequest.Builder
-
Packages that use DeleteConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesV2AsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default DeleteConfigurationSetEventDestinationResponseSesV2Client. 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.Builder Modifier and Type Method Description static DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. builder()DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that contains the event destination to delete.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)The name of the event destination to delete.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder>DeleteConfigurationSetEventDestinationRequest. serializableBuilderClass()
-