Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteEventDestinationRequest
-
Packages that use DeleteEventDestinationRequest Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.software.amazon.awssdk.services.pinpointsmsvoicev2.transform -
-
Uses of DeleteEventDestinationRequest in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 with parameters of type DeleteEventDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteEventDestinationResponse>PinpointSmsVoiceV2AsyncClient. deleteEventDestination(DeleteEventDestinationRequest deleteEventDestinationRequest)Deletes an existing event destination.default DeleteEventDestinationResponsePinpointSmsVoiceV2Client. deleteEventDestination(DeleteEventDestinationRequest deleteEventDestinationRequest)Deletes an existing event destination. -
Uses of DeleteEventDestinationRequest in software.amazon.awssdk.services.pinpointsmsvoicev2.transform
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.transform with parameters of type DeleteEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEventDestinationRequestMarshaller. marshall(DeleteEventDestinationRequest deleteEventDestinationRequest)
-