Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.clone() |
ChangeProgressStatusDetails |
DescribeDomainChangeProgressResult.getChangeProgressStatus()
Container for information about the stages of a configuration change happening on a domain.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withChangeProgressStages(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.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withCompletedProperties(Collection<String> completedProperties)
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withCompletedProperties(String... completedProperties)
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withPendingProperties(Collection<String> pendingProperties)
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withPendingProperties(String... pendingProperties)
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withStartTime(Date startTime)
The time at which the configuration change is made on the domain.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withStatus(OverallChangeStatus status)
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withStatus(String status)
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails |
ChangeProgressStatusDetails.withTotalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the configuration change.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainChangeProgressResult.setChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
DescribeDomainChangeProgressResult |
DescribeDomainChangeProgressResult.withChangeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
Copyright © 2023. All rights reserved.