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