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