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