| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static SeverityRating |
SeverityRating.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SeverityRating |
StandardsControl.severityRating()
The severity of findings generated from this security standard control.
|
SeverityRating |
SecurityControlDefinition.severityRating()
The severity of a security control.
|
SeverityRating |
SecurityControl.severityRating()
The severity of a security control.
|
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 |
|---|---|
static Set<SeverityRating> |
SeverityRating.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StandardsControl.Builder |
StandardsControl.Builder.severityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
|
SecurityControlDefinition.Builder |
SecurityControlDefinition.Builder.severityRating(SeverityRating severityRating)
The severity of a security control.
|
SecurityControl.Builder |
SecurityControl.Builder.severityRating(SeverityRating severityRating)
The severity of a security control.
|
Copyright © 2023. All rights reserved.