| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics |
IoT Analytics allows you to collect large amounts of device data, process messages, and store them.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateChannelResponse |
IoTAnalyticsClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Used to update the settings of a channel.
|
default UpdateChannelResponse |
IoTAnalyticsClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Used to update the settings of a channel.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.