| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchFlowTemplatesResponse |
IoTThingsGraphClient.searchFlowTemplates(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default SearchFlowTemplatesResponse |
IoTThingsGraphClient.searchFlowTemplates(SearchFlowTemplatesRequest searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchFlowTemplatesResponse> |
IoTThingsGraphAsyncClient.searchFlowTemplates(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default CompletableFuture<SearchFlowTemplatesResponse> |
IoTThingsGraphAsyncClient.searchFlowTemplates(SearchFlowTemplatesRequest searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchFlowTemplatesResponse> |
SearchFlowTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFlowTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchFlowTemplatesResponse> subscriber) |
Copyright © 2021. All rights reserved.