Uses of Class
software.amazon.awssdk.services.iotanalytics.model.SampleChannelDataRequest
-
Packages that use SampleChannelDataRequest 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.transform -
-
Uses of SampleChannelDataRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type SampleChannelDataRequest Modifier and Type Method Description default CompletableFuture<SampleChannelDataResponse>IoTAnalyticsAsyncClient. sampleChannelData(SampleChannelDataRequest 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. -
Uses of SampleChannelDataRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type SampleChannelDataRequest Modifier and Type Method Description SdkHttpFullRequestSampleChannelDataRequestMarshaller. marshall(SampleChannelDataRequest sampleChannelDataRequest)
-