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