Uses of Class
software.amazon.awssdk.services.opensearch.model.UpgradeStatus
-
Packages that use UpgradeStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of UpgradeStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return UpgradeStatus Modifier and Type Method Description static UpgradeStatusUpgradeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpgradeStatusGetUpgradeStatusResponse. stepStatus()The status of the current step that an upgrade is on.UpgradeStatusUpgradeHistory. upgradeStatus()The current status of the upgrade.UpgradeStatusUpgradeStepItem. upgradeStepStatus()The current status of the upgrade.static UpgradeStatusUpgradeStatus. 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.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type UpgradeStatus Modifier and Type Method Description static Set<UpgradeStatus>UpgradeStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type UpgradeStatus Modifier and Type Method Description GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. stepStatus(UpgradeStatus stepStatus)The status of the current step that an upgrade is on.UpgradeHistory.BuilderUpgradeHistory.Builder. upgradeStatus(UpgradeStatus upgradeStatus)The current status of the upgrade.UpgradeStepItem.BuilderUpgradeStepItem.Builder. upgradeStepStatus(UpgradeStatus upgradeStepStatus)The current status of the upgrade.
-