| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ReprocessingSummary |
ReprocessingSummary.clone() |
ReprocessingSummary |
ReprocessingSummary.withCreationTime(Date creationTime)
The time the pipeline reprocessing was created.
|
ReprocessingSummary |
ReprocessingSummary.withId(String id)
The
reprocessingId returned by StartPipelineReprocessing. |
ReprocessingSummary |
ReprocessingSummary.withStatus(ReprocessingStatus status)
The status of the pipeline reprocessing.
|
ReprocessingSummary |
ReprocessingSummary.withStatus(String status)
The status of the pipeline reprocessing.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReprocessingSummary> |
PipelineSummary.getReprocessingSummaries()
A summary of information about the pipeline reprocessing.
|
List<ReprocessingSummary> |
Pipeline.getReprocessingSummaries()
A summary of information about the pipeline reprocessing.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary |
PipelineSummary.withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
Pipeline |
Pipeline.withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineSummary.setReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
void |
Pipeline.setReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
PipelineSummary |
PipelineSummary.withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
Pipeline |
Pipeline.withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
Copyright © 2022. All rights reserved.