Uses of Enum
software.amazon.awssdk.services.cloudformation.model.AnnotationSeverityLevel
Packages that use AnnotationSeverityLevel
-
Uses of AnnotationSeverityLevel in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AnnotationSeverityLevelModifier and TypeMethodDescriptionstatic AnnotationSeverityLevelUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AnnotationSeverityLevelAnnotation.severityLevel()The relative risk associated with any violations of this type.static AnnotationSeverityLevelReturns 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 AnnotationSeverityLevelModifier and TypeMethodDescriptionstatic Set<AnnotationSeverityLevel>AnnotationSeverityLevel.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AnnotationSeverityLevelModifier and TypeMethodDescriptionAnnotation.Builder.severityLevel(AnnotationSeverityLevel severityLevel) The relative risk associated with any violations of this type.