Uses of Class
software.amazon.awssdk.services.opensearch.model.UpgradeStepItem
-
Packages that use UpgradeStepItem Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of UpgradeStepItem in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type UpgradeStepItem Modifier and Type Method Description List<UpgradeStepItem>UpgradeHistory. stepsList()A list of each step performed as part of a specific upgrade or upgrade eligibility check.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type UpgradeStepItem Modifier and Type Method Description UpgradeHistory.BuilderUpgradeHistory.Builder. stepsList(UpgradeStepItem... stepsList)A list of each step performed as part of a specific upgrade or upgrade eligibility check.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type UpgradeStepItem Modifier and Type Method Description UpgradeHistory.BuilderUpgradeHistory.Builder. stepsList(Collection<UpgradeStepItem> stepsList)A list of each step performed as part of a specific upgrade or upgrade eligibility check.
-