Uses of Enum Class
com.cloudforge.core.local.PreflightSeverity
Packages that use PreflightSeverity
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of PreflightSeverity in com.cloudforge.core.local
Subclasses with type arguments of type PreflightSeverity in com.cloudforge.core.localMethods in com.cloudforge.core.local that return PreflightSeverityModifier and TypeMethodDescriptionPreflightViolation.severity()Returns the value of theseverityrecord component.static PreflightSeverityReturns the enum constant of this class with the specified name.static PreflightSeverity[]PreflightSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cloudforge.core.local with parameters of type PreflightSeverityModifierConstructorDescriptionPreflightViolation(PreflightSeverity severity, String ruleId, String message, String suggestion) Creates an instance of aPreflightViolationrecord class.