Uses of Interface
software.amazon.awssdk.services.iotanalytics.IoTAnalyticsClient
-
Packages that use IoTAnalyticsClient 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 IoTAnalyticsClient in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return IoTAnalyticsClient Modifier and Type Method Description static IoTAnalyticsClientIoTAnalyticsClient. create()Create aIoTAnalyticsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IoTAnalyticsClient in software.amazon.awssdk.services.iotanalytics.paginators
Constructors in software.amazon.awssdk.services.iotanalytics.paginators with parameters of type IoTAnalyticsClient Constructor Description ListChannelsIterable(IoTAnalyticsClient client, ListChannelsRequest firstRequest)ListDatasetContentsIterable(IoTAnalyticsClient client, ListDatasetContentsRequest firstRequest)ListDatasetsIterable(IoTAnalyticsClient client, ListDatasetsRequest firstRequest)ListDatastoresIterable(IoTAnalyticsClient client, ListDatastoresRequest firstRequest)ListPipelinesIterable(IoTAnalyticsClient client, ListPipelinesRequest firstRequest)
-