| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static SeverityLabel |
SeverityLabel.fromValue(String value)
Use this in place of valueOf.
|
static SeverityLabel |
SeverityLabel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeverityLabel[] |
SeverityLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SeverityUpdate |
SeverityUpdate.withLabel(SeverityLabel label)
The severity value of the finding.
|
FindingProviderSeverity |
FindingProviderSeverity.withLabel(SeverityLabel label)
The severity label assigned to the finding by the finding provider.
|
Severity |
Severity.withLabel(SeverityLabel label)
The severity value of the finding.
|
Copyright © 2022. All rights reserved.