Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ScheduledAutoTuneSeverityType
-
Packages that use ScheduledAutoTuneSeverityType Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ScheduledAutoTuneSeverityType in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ScheduledAutoTuneSeverityType Modifier and Type Method Description static ScheduledAutoTuneSeverityTypeScheduledAutoTuneSeverityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduledAutoTuneSeverityTypeScheduledAutoTuneDetails. severity()Specifies Auto-Tune action severity.static ScheduledAutoTuneSeverityTypeScheduledAutoTuneSeverityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledAutoTuneSeverityType[]ScheduledAutoTuneSeverityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ScheduledAutoTuneSeverityType Modifier and Type Method Description static Set<ScheduledAutoTuneSeverityType>ScheduledAutoTuneSeverityType. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ScheduledAutoTuneSeverityType Modifier and Type Method Description ScheduledAutoTuneDetails.BuilderScheduledAutoTuneDetails.Builder. severity(ScheduledAutoTuneSeverityType severity)Specifies Auto-Tune action severity.
-