Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.SendVoiceMessageRequest
-
Packages that use SendVoiceMessageRequest Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.transform -
-
Uses of SendVoiceMessageRequest in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice with parameters of type SendVoiceMessageRequest Modifier and Type Method Description default CompletableFuture<SendVoiceMessageResponse>PinpointSmsVoiceAsyncClient. sendVoiceMessage(SendVoiceMessageRequest 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. -
Uses of SendVoiceMessageRequest in software.amazon.awssdk.services.pinpointsmsvoice.transform
Methods in software.amazon.awssdk.services.pinpointsmsvoice.transform with parameters of type SendVoiceMessageRequest Modifier and Type Method Description SdkHttpFullRequestSendVoiceMessageRequestMarshaller. marshall(SendVoiceMessageRequest sendVoiceMessageRequest)
-