Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.DeleteConfigurationSetEventDestinationRequest
-
Packages that use DeleteConfigurationSetEventDestinationRequest Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.transform -
-
Uses of DeleteConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice with parameters of type DeleteConfigurationSetEventDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>PinpointSmsVoiceAsyncClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Deletes an event destination in a configuration set.default DeleteConfigurationSetEventDestinationResponsePinpointSmsVoiceClient. deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)Deletes an event destination in a configuration set. -
Uses of DeleteConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.pinpointsmsvoice.transform
Methods in software.amazon.awssdk.services.pinpointsmsvoice.transform with parameters of type DeleteConfigurationSetEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteConfigurationSetEventDestinationRequestMarshaller. marshall(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
-