Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AutoTune
-
Packages that use AutoTune Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AutoTune in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type AutoTune Modifier and Type Method Description List<AutoTune>DescribeDomainAutoTunesResponse. autoTunes()Specifies the list of setting adjustments that Auto-Tune has made to the domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type AutoTune Modifier and Type Method Description DescribeDomainAutoTunesResponse.BuilderDescribeDomainAutoTunesResponse.Builder. autoTunes(AutoTune... autoTunes)Specifies the list of setting adjustments that Auto-Tune has made to the domain.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type AutoTune Modifier and Type Method Description DescribeDomainAutoTunesResponse.BuilderDescribeDomainAutoTunesResponse.Builder. autoTunes(Collection<AutoTune> autoTunes)Specifies the list of setting adjustments that Auto-Tune has made to the domain.
-