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