| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage |
ChangeProgressStage.clone() |
ChangeProgressStage |
ChangeProgressStage.withDescription(String description)
The description of the progress stage.
|
ChangeProgressStage |
ChangeProgressStage.withLastUpdated(Date lastUpdated)
The last updated timestamp of the progress stage.
|
ChangeProgressStage |
ChangeProgressStage.withName(String name)
The name of the specific progress stage.
|
ChangeProgressStage |
ChangeProgressStage.withStatus(String status)
The overall status of a specific progress stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeProgressStage> |
ChangeProgressStatusDetails.getChangeProgressStages()
The specific stages that the domain is going through to perform the configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withChangeProgressStages(ChangeProgressStage... changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeProgressStatusDetails.setChangeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withChangeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
Copyright © 2022. All rights reserved.