Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SendMediaMessageResponse
-
Packages that use SendMediaMessageResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of SendMediaMessageResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return SendMediaMessageResponse Modifier and Type Method Description default SendMediaMessageResponsePinpointSmsVoiceV2Client. sendMediaMessage(Consumer<SendMediaMessageRequest.Builder> sendMediaMessageRequest)Creates a new multimedia message (MMS) and sends it to a recipient's phone number.default SendMediaMessageResponsePinpointSmsVoiceV2Client. sendMediaMessage(SendMediaMessageRequest sendMediaMessageRequest)Creates a new multimedia message (MMS) and sends it to a recipient's phone number.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type SendMediaMessageResponse Modifier and Type Method Description default CompletableFuture<SendMediaMessageResponse>PinpointSmsVoiceV2AsyncClient. sendMediaMessage(Consumer<SendMediaMessageRequest.Builder> sendMediaMessageRequest)Creates a new multimedia message (MMS) and sends it to a recipient's phone number.default CompletableFuture<SendMediaMessageResponse>PinpointSmsVoiceV2AsyncClient. sendMediaMessage(SendMediaMessageRequest sendMediaMessageRequest)Creates a new multimedia message (MMS) and sends it to a recipient's phone number.
-