Uses of Class
software.amazon.awssdk.services.iotanalytics.paginators.ListDatastoresPublisher
-
Packages that use ListDatastoresPublisher 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 ListDatastoresPublisher in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return ListDatastoresPublisher Modifier and Type Method Description default ListDatastoresPublisherIoTAnalyticsAsyncClient. listDatastoresPaginator()Retrieves a list of data stores.default ListDatastoresPublisherIoTAnalyticsAsyncClient. listDatastoresPaginator(Consumer<ListDatastoresRequest.Builder> listDatastoresRequest)Retrieves a list of data stores.default ListDatastoresPublisherIoTAnalyticsAsyncClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores.
-