| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| 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 |
|---|---|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.clone() |
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withEndTime(Date endTime)
The date and time of the latest flow execution to return.
|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withFlowExecutionId(String flowExecutionId)
The ID of a flow execution.
|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withStartTime(Date startTime)
The date and time of the earliest flow execution to return.
|
SearchFlowExecutionsRequest |
SearchFlowExecutionsRequest.withSystemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
Copyright © 2022. All rights reserved.