| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.clone() |
Message |
Message.withMessageId(String messageId)
The ID you wish to assign to the message.
|
Message |
Message.withPayload(ByteBuffer payload)
The payload of the message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
BatchPutMessageRequest.getMessages()
The list of messages to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageRequest |
BatchPutMessageRequest.withMessages(Message... messages)
The list of messages to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutMessageRequest.setMessages(Collection<Message> messages)
The list of messages to be sent.
|
BatchPutMessageRequest |
BatchPutMessageRequest.withMessages(Collection<Message> messages)
The list of messages to be sent.
|
Copyright © 2019. All rights reserved.