Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DescribeChannelResponse
-
Packages that use DescribeChannelResponse 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 DescribeChannelResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return DescribeChannelResponse Modifier and Type Method Description default DescribeChannelResponseIoTAnalyticsClient. describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)Retrieves information about a channel.default DescribeChannelResponseIoTAnalyticsClient. describeChannel(DescribeChannelRequest describeChannelRequest)Retrieves information about a channel.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type DescribeChannelResponse Modifier and Type Method Description default CompletableFuture<DescribeChannelResponse>IoTAnalyticsAsyncClient. describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)Retrieves information about a channel.default CompletableFuture<DescribeChannelResponse>IoTAnalyticsAsyncClient. describeChannel(DescribeChannelRequest describeChannelRequest)Retrieves information about a channel.
-