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