Uses of Class
software.amazon.awssdk.services.iotanalytics.model.SampleChannelDataResponse
-
Packages that use SampleChannelDataResponse Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them. -
-
Uses of SampleChannelDataResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return SampleChannelDataResponse Modifier and Type Method Description default SampleChannelDataResponseIoTAnalyticsClient. sampleChannelData(Consumer<SampleChannelDataRequest.Builder> sampleChannelDataRequest)Retrieves a sample of messages from the specified channel ingested during the specified timeframe.default SampleChannelDataResponseIoTAnalyticsClient. sampleChannelData(SampleChannelDataRequest sampleChannelDataRequest)Retrieves a sample of messages from the specified channel ingested during the specified timeframe.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type SampleChannelDataResponse Modifier and Type Method 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.
-