| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeStatus |
UpgradeStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UpgradeStatus |
GetUpgradeStatusResponse.stepStatus()
The status of the current step that an upgrade is on.
|
UpgradeStatus |
UpgradeHistory.upgradeStatus()
The current status of the upgrade.
|
UpgradeStatus |
UpgradeStepItem.upgradeStepStatus()
The current status of the upgrade.
|
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 |
|---|---|
static Set<UpgradeStatus> |
UpgradeStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusResponse.Builder |
GetUpgradeStatusResponse.Builder.stepStatus(UpgradeStatus stepStatus)
The status of the current step that an upgrade is on.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeStatus(UpgradeStatus upgradeStatus)
The current status of the upgrade.
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.upgradeStepStatus(UpgradeStatus upgradeStepStatus)
The current status of the upgrade.
|
Copyright © 2022. All rights reserved.