| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResult |
AWSIoTThingsGraphClient.searchFlowExecutions(SearchFlowExecutionsRequest request)
Searches for AWS IoT Things Graph workflow execution instances.
|
SearchFlowExecutionsResult |
AbstractAWSIoTThingsGraph.searchFlowExecutions(SearchFlowExecutionsRequest request) |
SearchFlowExecutionsResult |
AWSIoTThingsGraph.searchFlowExecutions(SearchFlowExecutionsRequest searchFlowExecutionsRequest)
Searches for AWS IoT Things Graph workflow execution instances.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFlowExecutionsResult> |
AWSIoTThingsGraphAsyncClient.searchFlowExecutionsAsync(SearchFlowExecutionsRequest request,
AsyncHandler<SearchFlowExecutionsRequest,SearchFlowExecutionsResult> asyncHandler) |
Future<SearchFlowExecutionsResult> |
AWSIoTThingsGraphAsync.searchFlowExecutionsAsync(SearchFlowExecutionsRequest searchFlowExecutionsRequest,
AsyncHandler<SearchFlowExecutionsRequest,SearchFlowExecutionsResult> asyncHandler)
Searches for AWS IoT Things Graph workflow execution instances.
|
Future<SearchFlowExecutionsResult> |
AbstractAWSIoTThingsGraphAsync.searchFlowExecutionsAsync(SearchFlowExecutionsRequest request,
AsyncHandler<SearchFlowExecutionsRequest,SearchFlowExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.clone() |
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.withNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.withSummaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResult |
SearchFlowExecutionsResult.withSummaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
Copyright © 2022. All rights reserved.