| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.builder() |
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(Consumer<FlowExecutionMessage.Builder>... messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.messages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.Builder.nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
ListFlowExecutionMessagesResponse.Builder |
ListFlowExecutionMessagesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFlowExecutionMessagesResponse.Builder> |
ListFlowExecutionMessagesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.