| 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 SampleChannelDataResponse |
IoTAnalyticsClient.sampleChannelData(Consumer<SampleChannelDataRequest.Builder> sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
default SampleChannelDataResponse |
IoTAnalyticsClient.sampleChannelData(SampleChannelDataRequest sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SampleChannelDataResponse> |
IoTAnalyticsAsyncClient.sampleChannelData(Consumer<SampleChannelDataRequest.Builder> sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
default CompletableFuture<SampleChannelDataResponse> |
IoTAnalyticsAsyncClient.sampleChannelData(SampleChannelDataRequest sampleChannelDataRequest)
Retrieves a sample of messages from the specified channel ingested during the specified timeframe.
|
Copyright © 2023. All rights reserved.