Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetEventDestinationResponse
-
Packages that use DeleteConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of DeleteConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default DeleteConfigurationSetEventDestinationResponseSesV2Client. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default DeleteConfigurationSetEventDestinationResponseSesV2Client. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Delete an event destination.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesV2AsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesV2AsyncClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Delete an event destination.
-