| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoice |
Pinpoint SMS and Voice Messaging public facing APIs
|
| com.amazonaws.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
SendVoiceMessageResult |
AbstractAmazonPinpointSMSVoice.sendVoiceMessage(SendVoiceMessageRequest request) |
SendVoiceMessageResult |
AmazonPinpointSMSVoice.sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
Create a new voice message and send it to a recipient's phone number.
|
SendVoiceMessageResult |
AmazonPinpointSMSVoiceClient.sendVoiceMessage(SendVoiceMessageRequest request)
Create a new voice message and send it to a recipient's phone number.
|
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest request) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest)
Create a new voice message and send it to a recipient's phone number.
|
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request) |
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler)
Create a new voice message and send it to a recipient's phone number.
|
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsync.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler)
Create a new voice message and send it to a recipient's phone number.
|
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceAsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendVoiceMessageRequest |
SendVoiceMessageRequest.clone() |
SendVoiceMessageRequest |
SendVoiceMessageRequest.withCallerId(String callerId)
The phone number that appears on recipients' devices when they receive the message.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withConfigurationSetName(String configurationSetName)
The name of the configuration set that you want to use to send the message.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withContent(VoiceMessageContent content) |
SendVoiceMessageRequest |
SendVoiceMessageRequest.withDestinationPhoneNumber(String destinationPhoneNumber)
The phone number that you want to send the voice message to.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withOriginationPhoneNumber(String originationPhoneNumber)
The phone number that Amazon Pinpoint should use to send the voice message.
|
Copyright © 2023. All rights reserved.