| 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 StartPipelineReprocessingResponse |
IoTAnalyticsClient.startPipelineReprocessing(Consumer<StartPipelineReprocessingRequest.Builder> startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
default StartPipelineReprocessingResponse |
IoTAnalyticsClient.startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartPipelineReprocessingResponse> |
IoTAnalyticsAsyncClient.startPipelineReprocessing(Consumer<StartPipelineReprocessingRequest.Builder> startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
default CompletableFuture<StartPipelineReprocessingResponse> |
IoTAnalyticsAsyncClient.startPipelineReprocessing(StartPipelineReprocessingRequest startPipelineReprocessingRequest)
Starts the reprocessing of raw message data through the pipeline.
|
Copyright © 2023. All rights reserved.