Uses of Class
software.amazon.awssdk.services.iotanalytics.model.UpdateChannelResponse
-
Packages that use UpdateChannelResponse 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 UpdateChannelResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return UpdateChannelResponse Modifier and Type Method Description default UpdateChannelResponseIoTAnalyticsClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Used to update the settings of a channel.default UpdateChannelResponseIoTAnalyticsClient. updateChannel(UpdateChannelRequest updateChannelRequest)Used to update the settings of a channel.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type UpdateChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateChannelResponse>IoTAnalyticsAsyncClient. updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)Used to update the settings of a channel.default CompletableFuture<UpdateChannelResponse>IoTAnalyticsAsyncClient. updateChannel(UpdateChannelRequest updateChannelRequest)Used to update the settings of a channel.
-