| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static RollbackOnDisable |
RollbackOnDisable.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RollbackOnDisable |
AutoTuneOptions.rollbackOnDisable()
When disabling Auto-Tune, specify
NO_ROLLBACK to retain all prior Auto-Tune settings or
DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. |
static RollbackOnDisable |
RollbackOnDisable.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RollbackOnDisable> |
RollbackOnDisable.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoTuneOptions.Builder |
AutoTuneOptions.Builder.rollbackOnDisable(RollbackOnDisable rollbackOnDisable)
When disabling Auto-Tune, specify
NO_ROLLBACK to retain all prior Auto-Tune settings or
DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. |
Copyright © 2022. All rights reserved.