Uses of Class
software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest
-
Packages that use ListDatastoresRequest 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 software.amazon.awssdk.services.iotanalytics.transform -
-
Uses of ListDatastoresRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type ListDatastoresRequest Modifier and Type Method Description default CompletableFuture<ListDatastoresResponse>IoTAnalyticsAsyncClient. listDatastores(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores.default ListDatastoresResponseIoTAnalyticsClient. listDatastores(ListDatastoresRequest listDatastoresRequest)Retrieves a list of data stores.default ListDatastoresPublisherIoTAnalyticsAsyncClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)This is a variant ofIoTAnalyticsAsyncClient.listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest)operation.default ListDatastoresIterableIoTAnalyticsClient. listDatastoresPaginator(ListDatastoresRequest listDatastoresRequest)This is a variant ofIoTAnalyticsClient.listDatastores(software.amazon.awssdk.services.iotanalytics.model.ListDatastoresRequest)operation. -
Uses of ListDatastoresRequest in software.amazon.awssdk.services.iotanalytics.paginators
Constructors in software.amazon.awssdk.services.iotanalytics.paginators with parameters of type ListDatastoresRequest Constructor Description ListDatastoresIterable(IoTAnalyticsClient client, ListDatastoresRequest firstRequest)ListDatastoresPublisher(IoTAnalyticsAsyncClient client, ListDatastoresRequest firstRequest) -
Uses of ListDatastoresRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type ListDatastoresRequest Modifier and Type Method Description SdkHttpFullRequestListDatastoresRequestMarshaller. marshall(ListDatastoresRequest listDatastoresRequest)
-