Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.SendVoiceMessageResponse
-
Packages that use SendVoiceMessageResponse Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIs -
-
Uses of SendVoiceMessageResponse in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice that return SendVoiceMessageResponse Modifier and Type Method Description default SendVoiceMessageResponsePinpointSmsVoiceClient. sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)Create a new voice message and send it to a recipient's phone number.default SendVoiceMessageResponsePinpointSmsVoiceClient. sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)Create a new voice message and send it to a recipient's phone number.Methods in software.amazon.awssdk.services.pinpointsmsvoice that return types with arguments of type SendVoiceMessageResponse Modifier and Type Method Description default CompletableFuture<SendVoiceMessageResponse>PinpointSmsVoiceAsyncClient. sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)Create a new voice message and send it to a recipient's phone number.default CompletableFuture<SendVoiceMessageResponse>PinpointSmsVoiceAsyncClient. sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)Create a new voice message and send it to a recipient's phone number.
-