Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SendTextMessageResponse
-
Packages that use SendTextMessageResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of SendTextMessageResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return SendTextMessageResponse Modifier and Type Method Description default SendTextMessageResponsePinpointSmsVoiceV2Client. sendTextMessage(Consumer<SendTextMessageRequest.Builder> sendTextMessageRequest)Creates a new text message and sends it to a recipient's phone number.default SendTextMessageResponsePinpointSmsVoiceV2Client. sendTextMessage(SendTextMessageRequest sendTextMessageRequest)Creates a new text message and sends it to a recipient's phone number.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type SendTextMessageResponse Modifier and Type Method Description default CompletableFuture<SendTextMessageResponse>PinpointSmsVoiceV2AsyncClient. sendTextMessage(Consumer<SendTextMessageRequest.Builder> sendTextMessageRequest)Creates a new text message and sends it to a recipient's phone number.default CompletableFuture<SendTextMessageResponse>PinpointSmsVoiceV2AsyncClient. sendTextMessage(SendTextMessageRequest sendTextMessageRequest)Creates a new text message and sends it to a recipient's phone number.
-