Uses of Class
software.amazon.awssdk.services.iotanalytics.model.StartPipelineReprocessingRequest
-
Packages that use StartPipelineReprocessingRequest 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 StartPipelineReprocessingRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type StartPipelineReprocessingRequest Modifier and Type Method Description default CompletableFuture<StartPipelineReprocessingResponse>IoTAnalyticsAsyncClient. startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest)Starts the reprocessing of raw message data through the pipeline.default StartPipelineReprocessingResponseIoTAnalyticsClient. startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest)Starts the reprocessing of raw message data through the pipeline. -
Uses of StartPipelineReprocessingRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type StartPipelineReprocessingRequest Modifier and Type Method Description SdkHttpFullRequestStartPipelineReprocessingRequestMarshaller. marshall(StartPipelineReprocessingRequest startPipelineReprocessingRequest)
-