| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionMessage |
FlowExecutionMessage.clone() |
FlowExecutionMessage |
FlowExecutionMessage.withEventType(FlowExecutionEventType eventType)
The type of flow event .
|
FlowExecutionMessage |
FlowExecutionMessage.withEventType(String eventType)
The type of flow event .
|
FlowExecutionMessage |
FlowExecutionMessage.withMessageId(String messageId)
The unique identifier of the message.
|
FlowExecutionMessage |
FlowExecutionMessage.withPayload(String payload)
A string containing information about the flow event.
|
FlowExecutionMessage |
FlowExecutionMessage.withTimestamp(Date timestamp)
The date and time when the message was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowExecutionMessage> |
ListFlowExecutionMessagesResult.getMessages()
A list of objects that contain information about events in the specified flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesResult |
ListFlowExecutionMessagesResult.withMessages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowExecutionMessagesResult.setMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResult |
ListFlowExecutionMessagesResult.withMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
Copyright © 2022. All rights reserved.