| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model | |
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FlowExecutionSummary> |
SearchFlowExecutionsResponse.summaries()
An array of objects that contain summary information about each workflow execution in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResponse.Builder |
SearchFlowExecutionsResponse.Builder.summaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FlowExecutionSummary> |
SearchFlowExecutionsPublisher.summaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FlowExecutionSummary> |
SearchFlowExecutionsIterable.summaries()
Returns an iterable to iterate through the paginated
SearchFlowExecutionsResponse.summaries() member. |
Copyright © 2021. All rights reserved.