Uses of Class
software.amazon.awssdk.services.opensearch.model.ScheduledAutoTuneSeverityType
-
Packages that use ScheduledAutoTuneSeverityType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ScheduledAutoTuneSeverityType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.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()The severity of the Auto-Tune action.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.opensearch.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.opensearch.model with parameters of type ScheduledAutoTuneSeverityType Modifier and Type Method Description ScheduledAutoTuneDetails.BuilderScheduledAutoTuneDetails.Builder. severity(ScheduledAutoTuneSeverityType severity)The severity of the Auto-Tune action.
-