| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage |
ChangeProgressStage.clone() |
ChangeProgressStage |
ChangeProgressStage.withDescription(String description)
A description of the stage.
|
ChangeProgressStage |
ChangeProgressStage.withLastUpdatedAt(Date lastUpdatedAt)
The most recent updated timestamp of the stage.
|
ChangeProgressStage |
ChangeProgressStage.withName(String name)
The name of the stage.
|
ChangeProgressStage |
ChangeProgressStage.withStatus(ChangeProgressStageStatuses status)
The current status of the stage that the change is in.
|
ChangeProgressStage |
ChangeProgressStage.withStatus(String status)
The current status of the stage that the change is in.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeProgressStage> |
ChangeProgressStatus.getChangeProgressStages()
Information about the stages that the pipeline is going through to perform the configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStatus |
ChangeProgressStatus.withChangeProgressStages(ChangeProgressStage... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeProgressStatus.setChangeProgressStages(Collection<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.
|
Copyright © 2025. All rights reserved.