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