| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static SeverityRating |
SeverityRating.fromValue(String value)
Use this in place of valueOf.
|
static SeverityRating |
SeverityRating.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.
|
| Modifier and Type | Method and Description |
|---|---|
StandardsControl |
StandardsControl.withSeverityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
|
SecurityControl |
SecurityControl.withSeverityRating(SeverityRating severityRating)
The severity of a security control.
|
SecurityControlDefinition |
SecurityControlDefinition.withSeverityRating(SeverityRating severityRating)
The severity of a security control.
|
Copyright © 2024. All rights reserved.