Uses of Class
software.amazon.awssdk.services.cloudformation.model.AnnotationSeverityLevel
-
Packages that use AnnotationSeverityLevel Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AnnotationSeverityLevel in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AnnotationSeverityLevel Modifier and Type Method Description static AnnotationSeverityLevelAnnotationSeverityLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnnotationSeverityLevelAnnotation. severityLevel()The relative risk associated with any violations of this type.static AnnotationSeverityLevelAnnotationSeverityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationSeverityLevel[]AnnotationSeverityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AnnotationSeverityLevel Modifier and Type Method Description static Set<AnnotationSeverityLevel>AnnotationSeverityLevel. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AnnotationSeverityLevel Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. severityLevel(AnnotationSeverityLevel severityLevel)The relative risk associated with any violations of this type.
-