| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchFlowTemplatesResult> |
AWSIoTThingsGraphAsyncClient.searchFlowTemplatesAsync(SearchFlowTemplatesRequest request,
AsyncHandler<SearchFlowTemplatesRequest,SearchFlowTemplatesResult> asyncHandler) |
Future<SearchFlowTemplatesResult> |
AWSIoTThingsGraphAsync.searchFlowTemplatesAsync(SearchFlowTemplatesRequest searchFlowTemplatesRequest,
AsyncHandler<SearchFlowTemplatesRequest,SearchFlowTemplatesResult> asyncHandler)
Searches for summary information about workflows.
|
Future<SearchFlowTemplatesResult> |
AbstractAWSIoTThingsGraphAsync.searchFlowTemplatesAsync(SearchFlowTemplatesRequest request,
AsyncHandler<SearchFlowTemplatesRequest,SearchFlowTemplatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.clone() |
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withFilters(Collection<FlowTemplateFilter> filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withFilters(FlowTemplateFilter... filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
Copyright © 2022. All rights reserved.