| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradeStepItem |
UpgradeStepItem.clone() |
UpgradeStepItem |
UpgradeStepItem.withIssues(Collection<String> issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem |
UpgradeStepItem.withIssues(String... issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem |
UpgradeStepItem.withProgressPercent(Double progressPercent)
The floating point value representing the progress percentage of a particular step.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStep(UpgradeStep upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(String upgradeStepStatus)
The current status of the upgrade.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(UpgradeStatus upgradeStepStatus)
The current status of the upgrade.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeStepItem> |
UpgradeHistory.getStepsList()
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistory |
UpgradeHistory.withStepsList(UpgradeStepItem... stepsList)
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpgradeHistory.setStepsList(Collection<UpgradeStepItem> stepsList)
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
UpgradeHistory |
UpgradeHistory.withStepsList(Collection<UpgradeStepItem> stepsList)
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
Copyright © 2022. All rights reserved.