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