Uses of Class
software.amazon.awssdk.services.iotanalytics.model.ListDatastoresResponse
-
Packages that use ListDatastoresResponse Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.paginators -
-
Uses of ListDatastoresResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return ListDatastoresResponse Modifier and Type Method Description default ListDatastoresResponseIoTAnalyticsClient. listDatastores()Retrieves a list of data stores.default ListDatastoresResponseIoTAnalyticsClient. listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)Retrieves a list of data stores.default ListDatastoresResponseIoTAnalyticsClient. listDatastores(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type ListDatastoresResponse Modifier and Type Method Description default CompletableFuture<ListDatastoresResponse>IoTAnalyticsAsyncClient. listDatastores()Retrieves a list of data stores.default CompletableFuture<ListDatastoresResponse>IoTAnalyticsAsyncClient. listDatastores(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)Retrieves a list of data stores.default CompletableFuture<ListDatastoresResponse>IoTAnalyticsAsyncClient. listDatastores(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores. -
Uses of ListDatastoresResponse in software.amazon.awssdk.services.iotanalytics.paginators
Methods in software.amazon.awssdk.services.iotanalytics.paginators that return types with arguments of type ListDatastoresResponse Modifier and Type Method Description Iterator<ListDatastoresResponse>ListDatastoresIterable. iterator()Method parameters in software.amazon.awssdk.services.iotanalytics.paginators with type arguments of type ListDatastoresResponse Modifier and Type Method Description voidListDatastoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatastoresResponse> subscriber)
-