Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
static UpgradeStatus |
UpgradeStatus.fromValue(String value)
Use this in place of valueOf.
|
static UpgradeStatus |
UpgradeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeStatus[] |
UpgradeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetUpgradeStatusResult |
GetUpgradeStatusResult.withStepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(UpgradeStatus upgradeStatus)
The overall status of the update.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(UpgradeStatus upgradeStepStatus)
The status of a particular step during an upgrade.
|
Copyright © 2022. All rights reserved.