Uses of Class
software.amazon.awssdk.services.applicationinsights.model.SeverityLevel
-
Packages that use SeverityLevel Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of SeverityLevel in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return SeverityLevel Modifier and Type Method Description static SeverityLevelSeverityLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SeverityLevelProblem. severityLevel()A measure of the level of impact of the problem.static SeverityLevelSeverityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityLevel[]SeverityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type SeverityLevel Modifier and Type Method Description static Set<SeverityLevel>SeverityLevel. knownValues()Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type SeverityLevel Modifier and Type Method Description Problem.BuilderProblem.Builder. severityLevel(SeverityLevel severityLevel)A measure of the level of impact of the problem.
-