| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FlowExecutionMessage> |
ListFlowExecutionMessagesResponse.messages()
A list of objects that contain information about events in the specified flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FlowExecutionMessage> |
ListFlowExecutionMessagesIterable.messages()
Returns an iterable to iterate through the paginated
ListFlowExecutionMessagesResponse.messages() member. |
SdkPublisher<FlowExecutionMessage> |
ListFlowExecutionMessagesPublisher.messages()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.