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