Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetEventDestinationResponse
Packages that use DeleteConfigurationSetEventDestinationResponse
-
Uses of DeleteConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetEventDestinationResponseModifier and TypeMethodDescriptionSesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteConfigurationSetEventDestinationResponseModifier and TypeMethodDescriptionSesAsyncClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesAsyncClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.