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