Uses of Class
software.amazon.awssdk.services.opensearch.model.RollbackOnDisable
-
Packages that use RollbackOnDisable Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of RollbackOnDisable in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return RollbackOnDisable Modifier and Type Method Description static RollbackOnDisableRollbackOnDisable. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RollbackOnDisableAutoTuneOptions. rollbackOnDisable()When disabling Auto-Tune, specifyNO_ROLLBACKto retain all prior Auto-Tune settings orDEFAULT_ROLLBACKto revert to the OpenSearch Service defaults.static RollbackOnDisableRollbackOnDisable. valueOf(String name)Returns the enum constant of this type with the specified name.static RollbackOnDisable[]RollbackOnDisable. 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 RollbackOnDisable Modifier and Type Method Description static Set<RollbackOnDisable>RollbackOnDisable. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type RollbackOnDisable Modifier and Type Method Description AutoTuneOptions.BuilderAutoTuneOptions.Builder. rollbackOnDisable(RollbackOnDisable rollbackOnDisable)When disabling Auto-Tune, specifyNO_ROLLBACKto retain all prior Auto-Tune settings orDEFAULT_ROLLBACKto revert to the OpenSearch Service defaults.
-