Uses of Class
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresIterable
-
Packages that use ListDatastoresIterable Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them. -
-
Uses of ListDatastoresIterable in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return ListDatastoresIterable Modifier and Type Method Description default ListDatastoresIterableIoTAnalyticsClient. listDatastoresPaginator()Retrieves a list of data stores.default ListDatastoresIterableIoTAnalyticsClient. listDatastoresPaginator(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)Retrieves a list of data stores.default ListDatastoresIterableIoTAnalyticsClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores.
-