Uses of Class
software.amazon.awssdk.services.securityhub.model.SeverityRating
-
Packages that use SeverityRating Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SeverityRating in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return SeverityRating Modifier and Type Method Description static SeverityRatingSeverityRating. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SeverityRatingSecurityControl. severityRating()The severity of a security control.SeverityRatingSecurityControlDefinition. severityRating()The severity of a security control.SeverityRatingStandardsControl. severityRating()The severity of findings generated from this security standard control.static SeverityRatingSeverityRating. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityRating[]SeverityRating. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SeverityRating Modifier and Type Method Description static Set<SeverityRating>SeverityRating. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SeverityRating Modifier and Type Method Description SecurityControl.BuilderSecurityControl.Builder. severityRating(SeverityRating severityRating)The severity of a security control.SecurityControlDefinition.BuilderSecurityControlDefinition.Builder. severityRating(SeverityRating severityRating)The severity of a security control.StandardsControl.BuilderStandardsControl.Builder. severityRating(SeverityRating severityRating)The severity of findings generated from this security standard control.
-