| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| software.amazon.awssdk.services.iotthingsgraph.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchThingsResponse |
IoTThingsGraphClient.searchThings(Consumer<SearchThingsRequest.Builder> searchThingsRequest)
Searches for things associated with the specified entity.
|
default SearchThingsResponse |
IoTThingsGraphClient.searchThings(SearchThingsRequest searchThingsRequest)
Searches for things associated with the specified entity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchThingsResponse> |
IoTThingsGraphAsyncClient.searchThings(Consumer<SearchThingsRequest.Builder> searchThingsRequest)
Searches for things associated with the specified entity.
|
default CompletableFuture<SearchThingsResponse> |
IoTThingsGraphAsyncClient.searchThings(SearchThingsRequest searchThingsRequest)
Searches for things associated with the specified entity.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchThingsResponse> |
SearchThingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchThingsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchThingsResponse> subscriber) |
Copyright © 2021. All rights reserved.