Uses of Class
software.amazon.awssdk.services.iotanalytics.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of Message in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type Message Modifier and Type Method Description List<Message>BatchPutMessageRequest. messages()The list of messages to be sent.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type Message Modifier and Type Method Description BatchPutMessageRequest.BuilderBatchPutMessageRequest.Builder. messages(Message... messages)The list of messages to be sent.Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type Message Modifier and Type Method Description BatchPutMessageRequest.BuilderBatchPutMessageRequest.Builder. messages(Collection<Message> messages)The list of messages to be sent.
-