| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchSystemTemplatesResponse |
IoTThingsGraphClient.searchSystemTemplates(Consumer<SearchSystemTemplatesRequest.Builder> searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default SearchSystemTemplatesResponse |
IoTThingsGraphClient.searchSystemTemplates(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchSystemTemplatesResponse> |
IoTThingsGraphAsyncClient.searchSystemTemplates(Consumer<SearchSystemTemplatesRequest.Builder> searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default CompletableFuture<SearchSystemTemplatesResponse> |
IoTThingsGraphAsyncClient.searchSystemTemplates(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchSystemTemplatesResponse> |
SearchSystemTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSystemTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchSystemTemplatesResponse> subscriber) |
Copyright © 2021. All rights reserved.