| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.builder() |
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(Consumer<FlowExecutionSummary.Builder>... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchFlowExecutionsResponse.Builder> |
SearchFlowExecutionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.