Uses of Class
software.amazon.awssdk.services.opensearch.model.UpgradeStep
-
Packages that use UpgradeStep Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of UpgradeStep in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.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()One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeStepUpgradeStepItem. upgradeStep()One of three steps that an upgrade or upgrade eligibility check goes through:static 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.opensearch.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.opensearch.model with parameters of type UpgradeStep Modifier and Type Method Description GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. upgradeStep(UpgradeStep upgradeStep)One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeStepItem.BuilderUpgradeStepItem.Builder. upgradeStep(UpgradeStep upgradeStep)One of three steps that an upgrade or upgrade eligibility check goes through:
-