Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
AutoTune |
AutoTune.clone() |
AutoTune |
AutoTune.withAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action.
|
AutoTune |
AutoTune.withAutoTuneType(AutoTuneType autoTuneType)
Specifies Auto-Tune type.
|
AutoTune |
AutoTune.withAutoTuneType(String autoTuneType)
Specifies Auto-Tune type.
|
Modifier and Type | Method and Description |
---|---|
List<AutoTune> |
DescribeDomainAutoTunesResult.getAutoTunes()
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeDomainAutoTunesResult |
DescribeDomainAutoTunesResult.withAutoTunes(AutoTune... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainAutoTunesResult.setAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResult |
DescribeDomainAutoTunesResult.withAutoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
Copyright © 2021. All rights reserved.