Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.UpdateEventDestinationResponse
-
Packages that use UpdateEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of UpdateEventDestinationResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return UpdateEventDestinationResponse Modifier and Type Method Description default UpdateEventDestinationResponsePinpointSmsVoiceV2Client. updateEventDestination(Consumer<UpdateEventDestinationRequest.Builder> updateEventDestinationRequest)Updates an existing event destination in a configuration set.default UpdateEventDestinationResponsePinpointSmsVoiceV2Client. updateEventDestination(UpdateEventDestinationRequest updateEventDestinationRequest)Updates an existing event destination in a configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type UpdateEventDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateEventDestinationResponse>PinpointSmsVoiceV2AsyncClient. updateEventDestination(Consumer<UpdateEventDestinationRequest.Builder> updateEventDestinationRequest)Updates an existing event destination in a configuration set.default CompletableFuture<UpdateEventDestinationResponse>PinpointSmsVoiceV2AsyncClient. updateEventDestination(UpdateEventDestinationRequest updateEventDestinationRequest)Updates an existing event destination in a configuration set.
-