Uses of Class
software.amazon.awssdk.services.pinpoint.model.SendMessagesRequest
-
Packages that use SendMessagesRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of SendMessagesRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type SendMessagesRequest Modifier and Type Method Description default CompletableFuture<SendMessagesResponse>PinpointAsyncClient. sendMessages(SendMessagesRequest sendMessagesRequest)Creates and sends a direct message.default SendMessagesResponsePinpointClient. sendMessages(SendMessagesRequest sendMessagesRequest)Creates and sends a direct message. -
Uses of SendMessagesRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type SendMessagesRequest Modifier and Type Method Description SdkHttpFullRequestSendMessagesRequestMarshaller. marshall(SendMessagesRequest sendMessagesRequest)
-