Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetEventDestinationResponse
-
Packages that use DeleteConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DeleteConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default DeleteConfigurationSetEventDestinationResponseSesClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination.default DeleteConfigurationSetEventDestinationResponseSesClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesAsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination.default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesAsyncClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination.
-