Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.SendVoiceMessageRequest.Builder
-
Packages that use SendVoiceMessageRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of SendVoiceMessageRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice
Method parameters in software.amazon.awssdk.services.pinpointsmsvoice with type arguments of type SendVoiceMessageRequest.Builder 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 SendVoiceMessageResponsePinpointSmsVoiceClient. sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)Create a new voice message and send it to a recipient's phone number. -
Uses of SendVoiceMessageRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return SendVoiceMessageRequest.Builder Modifier and Type Method Description static SendVoiceMessageRequest.BuilderSendVoiceMessageRequest. builder()SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. callerId(String callerId)The phone number that appears on recipients' devices when they receive the message.SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that you want to use to send the message.default SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. content(Consumer<VoiceMessageContent.Builder> content)Sets the value of the Content property for this object.SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. content(VoiceMessageContent content)Sets the value of the Content property for this object.SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. destinationPhoneNumber(String destinationPhoneNumber)The phone number that you want to send the voice message to.SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. originationPhoneNumber(String originationPhoneNumber)The phone number that Amazon Pinpoint should use to send the voice message.SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendVoiceMessageRequest.BuilderSendVoiceMessageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendVoiceMessageRequest.BuilderSendVoiceMessageRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type SendVoiceMessageRequest.Builder Modifier and Type Method Description static Class<? extends SendVoiceMessageRequest.Builder>SendVoiceMessageRequest. serializableBuilderClass()
-