Package | Description |
---|---|
com.amazonaws.services.opensearch.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)
The status of the current step that an upgrade is on.
|
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(UpgradeStatus upgradeStatus)
The current status of the upgrade.
|
UpgradeStepItem |
UpgradeStepItem.withUpgradeStepStatus(UpgradeStatus upgradeStepStatus)
The current status of the upgrade.
|
Copyright © 2023. All rights reserved.