Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DeleteConfigurationSetEventDestinationResponse
-
Packages that use DeleteConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of DeleteConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default DeleteConfigurationSetEventDestinationResponsePinpointEmailClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default DeleteConfigurationSetEventDestinationResponsePinpointEmailClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Delete an event destination.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type DeleteConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Delete an event destination.default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Delete an event destination.
-