| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SendVoiceMessageResult |
AmazonPinpointSMSVoiceV2Client.sendVoiceMessage(SendVoiceMessageRequest request)
Allows you to send a request that sends a voice message through Amazon Pinpoint.
|
SendVoiceMessageResult |
AbstractAmazonPinpointSMSVoiceV2.sendVoiceMessage(SendVoiceMessageRequest request) |
SendVoiceMessageResult |
AmazonPinpointSMSVoiceV2.sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
Allows you to send a request that sends a voice message through Amazon Pinpoint.
|
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest request) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2AsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest)
Allows you to send a request that sends a voice message through Amazon Pinpoint.
|
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2AsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler)
Allows you to send a request that sends a voice message through Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SendVoiceMessageResult> |
AbstractAmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2AsyncClient.sendVoiceMessageAsync(SendVoiceMessageRequest request,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler) |
Future<SendVoiceMessageResult> |
AmazonPinpointSMSVoiceV2Async.sendVoiceMessageAsync(SendVoiceMessageRequest sendVoiceMessageRequest,
AsyncHandler<SendVoiceMessageRequest,SendVoiceMessageResult> asyncHandler)
Allows you to send a request that sends a voice message through Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SendVoiceMessageRequest |
SendVoiceMessageRequest.addContextEntry(String key,
String value)
Add a single Context entry
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.clearContextEntries()
Removes all the entries added into Context.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.clone() |
SendVoiceMessageRequest |
SendVoiceMessageRequest.withConfigurationSetName(String configurationSetName)
The name of the configuration set to use.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withContext(Map<String,String> context)
You can specify custom data in this field.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withDestinationPhoneNumber(String destinationPhoneNumber)
The destination phone number in E.164 format.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withDryRun(Boolean dryRun)
When set to true, the message is checked and validated, but isn't sent to the end recipient.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withMaxPricePerMinute(String maxPricePerMinute)
The maximum amount to spend per voice message, in US dollars.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withMessageBody(String messageBody)
The text to convert to a voice message.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withMessageBodyTextType(String messageBodyTextType)
Specifies if the MessageBody field contains text or speech synthesis markup language (SSML).
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withMessageBodyTextType(VoiceMessageBodyTextType messageBodyTextType)
Specifies if the MessageBody field contains text or speech synthesis markup language (SSML).
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withOriginationIdentity(String originationIdentity)
The origination identity to use for the voice call.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withTimeToLive(Integer timeToLive)
How long the voice message is valid for.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withVoiceId(String voiceId)
The voice for the Amazon Polly service to
use.
|
SendVoiceMessageRequest |
SendVoiceMessageRequest.withVoiceId(VoiceId voiceId)
The voice for the Amazon Polly service to
use.
|
Copyright © 2024. All rights reserved.