Uses of Class
software.amazon.awssdk.services.iotanalytics.paginators.ListChannelsIterable
-
Packages that use ListChannelsIterable 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 ListChannelsIterable in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return ListChannelsIterable Modifier and Type Method Description default ListChannelsIterableIoTAnalyticsClient. listChannelsPaginator()Retrieves a list of channels.default ListChannelsIterableIoTAnalyticsClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves a list of channels.default ListChannelsIterableIoTAnalyticsClient. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Retrieves a list of channels.
-