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