Uses of Class
software.amazon.awssdk.services.devopsguru.model.LogAnomalyType
-
Packages that use LogAnomalyType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of LogAnomalyType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return LogAnomalyType Modifier and Type Method Description static LogAnomalyTypeLogAnomalyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogAnomalyTypeLogAnomalyClass. logAnomalyType()The type of log anomaly that has been detected.static LogAnomalyTypeLogAnomalyType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogAnomalyType[]LogAnomalyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type LogAnomalyType Modifier and Type Method Description static Set<LogAnomalyType>LogAnomalyType. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type LogAnomalyType Modifier and Type Method Description LogAnomalyClass.BuilderLogAnomalyClass.Builder. logAnomalyType(LogAnomalyType logAnomalyType)The type of log anomaly that has been detected.
-