| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateChannelResponse> |
IoTAnalyticsAsyncClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Used to update the settings of a channel.
|
default UpdateChannelResponse |
IoTAnalyticsClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Used to update the settings of a channel.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder() |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelName(String channelName)
The name of the channel to be updated.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelStorage(ChannelStorage channelStorage)
Where channel data is stored.
|
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelStorage(Consumer<ChannelStorage.Builder> channelStorage)
Where channel data is stored.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChannelRequest.Builder> |
UpdateChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.