Uses of Class
software.amazon.awssdk.services.elasticsearch.model.UpgradeStep
-
Packages that use UpgradeStep Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of UpgradeStep in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return UpgradeStep Modifier and Type Method Description static UpgradeStepUpgradeStep. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpgradeStepGetUpgradeStatusResponse. upgradeStep()Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeUpgradeStepUpgradeStepItem. upgradeStep()Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgradestatic UpgradeStepUpgradeStep. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeStep[]UpgradeStep. 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 UpgradeStep Modifier and Type Method Description static Set<UpgradeStep>UpgradeStep. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type UpgradeStep Modifier and Type Method Description GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. upgradeStep(UpgradeStep upgradeStep)Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeUpgradeStepItem.BuilderUpgradeStepItem.Builder. upgradeStep(UpgradeStep upgradeStep)Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgrade
-