| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStatus |
ChangeProgressStatus.clone() |
ChangeProgressStatus |
ChangeProgressStatus.withChangeProgressStages(ChangeProgressStage... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus |
ChangeProgressStatus.withChangeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus |
ChangeProgressStatus.withStartTime(Date startTime)
The time at which the configuration change is made on the pipeline.
|
ChangeProgressStatus |
ChangeProgressStatus.withStatus(ChangeProgressStatuses status)
The overall status of the pipeline configuration change.
|
ChangeProgressStatus |
ChangeProgressStatus.withStatus(String status)
The overall status of the pipeline configuration change.
|
ChangeProgressStatus |
ChangeProgressStatus.withTotalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the pipeline configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeProgressStatus> |
GetPipelineChangeProgressResult.getChangeProgressStatuses()
The current status of the change happening on the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
GetPipelineChangeProgressResult |
GetPipelineChangeProgressResult.withChangeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPipelineChangeProgressResult.setChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
GetPipelineChangeProgressResult |
GetPipelineChangeProgressResult.withChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
Copyright © 2023. All rights reserved.