Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SearchThingsResponse
-
Packages that use SearchThingsResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of SearchThingsResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return SearchThingsResponse Modifier and Type Method Description default SearchThingsResponseIoTThingsGraphClient. searchThings(Consumer<SearchThingsRequest.Builder> searchThingsRequest)Deprecated.since: 2022-08-30default SearchThingsResponseIoTThingsGraphClient. searchThings(SearchThingsRequest searchThingsRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type SearchThingsResponse Modifier and Type Method Description default CompletableFuture<SearchThingsResponse>IoTThingsGraphAsyncClient. searchThings(Consumer<SearchThingsRequest.Builder> searchThingsRequest)Deprecated.since: 2022-08-30default CompletableFuture<SearchThingsResponse>IoTThingsGraphAsyncClient. searchThings(SearchThingsRequest searchThingsRequest)Deprecated.since: 2022-08-30 -
Uses of SearchThingsResponse in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type SearchThingsResponse Modifier and Type Method Description Iterator<SearchThingsResponse>SearchThingsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotthingsgraph.paginators with type arguments of type SearchThingsResponse Modifier and Type Method Description voidSearchThingsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchThingsResponse> subscriber)
-