| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledAutoTuneActionType |
ScheduledAutoTuneDetails.actionType()
Specifies Auto-Tune action type.
|
static ScheduledAutoTuneActionType |
ScheduledAutoTuneActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ScheduledAutoTuneActionType |
ScheduledAutoTuneActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledAutoTuneActionType[] |
ScheduledAutoTuneActionType.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<ScheduledAutoTuneActionType> |
ScheduledAutoTuneActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledAutoTuneDetails.Builder |
ScheduledAutoTuneDetails.Builder.actionType(ScheduledAutoTuneActionType actionType)
Specifies Auto-Tune action type.
|
Copyright © 2022. All rights reserved.