Uses of Class
software.amazon.awssdk.services.elasticsearch.model.UpgradeStatus
-
Packages that use UpgradeStatus Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of UpgradeStatus in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.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()One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.UpgradeStatusUpgradeHistory. upgradeStatus()The overall status of the update.UpgradeStatusUpgradeStepItem. upgradeStepStatus()The status of a particular step during an 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.elasticsearch.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.elasticsearch.model with parameters of type UpgradeStatus Modifier and Type Method Description GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. stepStatus(UpgradeStatus stepStatus)One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.UpgradeHistory.BuilderUpgradeHistory.Builder. upgradeStatus(UpgradeStatus upgradeStatus)The overall status of the update.UpgradeStepItem.BuilderUpgradeStepItem.Builder. upgradeStepStatus(UpgradeStatus upgradeStepStatus)The status of a particular step during an upgrade.
-