Uses of Class
software.amazon.awssdk.services.elasticsearch.model.UpgradeStepItem
-
Packages that use UpgradeStepItem Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of UpgradeStepItem in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type UpgradeStepItem Modifier and Type Method Description List<UpgradeStepItem>UpgradeHistory. stepsList()A list ofUpgradeStepItems representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type UpgradeStepItem Modifier and Type Method Description UpgradeHistory.BuilderUpgradeHistory.Builder. stepsList(UpgradeStepItem... stepsList)A list ofUpgradeStepItems representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type UpgradeStepItem Modifier and Type Method Description UpgradeHistory.BuilderUpgradeHistory.Builder. stepsList(Collection<UpgradeStepItem> stepsList)A list ofUpgradeStepItems representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
-