Package | Description |
---|---|
com.amazonaws.services.elasticsearch.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 progress percentage of a particular step.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(String upgradeStepStatus)
The status of a particular step during an upgrade.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(UpgradeStatus upgradeStepStatus)
The status of a particular step during an upgrade.
|
Modifier and Type | Method and Description |
---|---|
List<UpgradeStepItem> |
UpgradeHistory.getStepsList()
A list of
UpgradeStepItem s representing information about each step performed as pard 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 pard 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 pard 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 pard of a
specific Upgrade or Upgrade Eligibility Check. |
Copyright © 2021. All rights reserved.