Uses of Class
software.amazon.awssdk.services.elasticsearch.model.UpgradeHistory
-
Packages that use UpgradeHistory Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of UpgradeHistory in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type UpgradeHistory Modifier and Type Method Description List<UpgradeHistory>GetUpgradeHistoryResponse. upgradeHistories()A list ofUpgradeHistoryobjects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part ofGetUpgradeHistoryResponseobject.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type UpgradeHistory Modifier and Type Method Description GetUpgradeHistoryResponse.BuilderGetUpgradeHistoryResponse.Builder. upgradeHistories(UpgradeHistory... upgradeHistories)A list ofUpgradeHistoryobjects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part ofGetUpgradeHistoryResponseobject.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type UpgradeHistory Modifier and Type Method Description GetUpgradeHistoryResponse.BuilderGetUpgradeHistoryResponse.Builder. upgradeHistories(Collection<UpgradeHistory> upgradeHistories)A list ofUpgradeHistoryobjects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part ofGetUpgradeHistoryResponseobject.
-