Uses of Class
software.amazon.awssdk.services.iot.model.SearchIndexResponse
-
Packages that use SearchIndexResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of SearchIndexResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return SearchIndexResponse Modifier and Type Method Description default SearchIndexResponseIotClient. searchIndex(Consumer<SearchIndexRequest.Builder> searchIndexRequest)The query search index.default SearchIndexResponseIotClient. searchIndex(SearchIndexRequest searchIndexRequest)The query search index.Methods in software.amazon.awssdk.services.iot that return types with arguments of type SearchIndexResponse Modifier and Type Method Description default CompletableFuture<SearchIndexResponse>IotAsyncClient. searchIndex(Consumer<SearchIndexRequest.Builder> searchIndexRequest)The query search index.default CompletableFuture<SearchIndexResponse>IotAsyncClient. searchIndex(SearchIndexRequest searchIndexRequest)The query search index.
-