Uses of Class
software.amazon.awssdk.services.opensearch.model.UpgradeHistory
-
Packages that use UpgradeHistory Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of UpgradeHistory in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type UpgradeHistory Modifier and Type Method Description List<UpgradeHistory>GetUpgradeHistoryResponse. upgradeHistories()A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type UpgradeHistory Modifier and Type Method Description GetUpgradeHistoryResponse.BuilderGetUpgradeHistoryResponse.Builder. upgradeHistories(UpgradeHistory... upgradeHistories)A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type UpgradeHistory Modifier and Type Method Description GetUpgradeHistoryResponse.BuilderGetUpgradeHistoryResponse.Builder. upgradeHistories(Collection<UpgradeHistory> upgradeHistories)A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
-