| 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 CreateChannelResponse |
IoTAnalyticsClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Used to create a channel.
|
default CreateChannelResponse |
IoTAnalyticsClient.createChannel(CreateChannelRequest createChannelRequest)
Used to create a channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateChannelResponse> |
IoTAnalyticsAsyncClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Used to create a channel.
|
default CompletableFuture<CreateChannelResponse> |
IoTAnalyticsAsyncClient.createChannel(CreateChannelRequest createChannelRequest)
Used to create a channel.
|
Copyright © 2023. All rights reserved.