| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static SeverityLabel |
SeverityLabel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SeverityLabel |
SeverityUpdate.label()
The severity value of the finding.
|
SeverityLabel |
Severity.label()
The severity value of the finding.
|
SeverityLabel |
FindingProviderSeverity.label()
The severity label assigned to the finding by the finding provider.
|
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 |
|---|---|
static Set<SeverityLabel> |
SeverityLabel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SeverityUpdate.Builder |
SeverityUpdate.Builder.label(SeverityLabel label)
The severity value of the finding.
|
Severity.Builder |
Severity.Builder.label(SeverityLabel label)
The severity value of the finding.
|
FindingProviderSeverity.Builder |
FindingProviderSeverity.Builder.label(SeverityLabel label)
The severity label assigned to the finding by the finding provider.
|
Copyright © 2023. All rights reserved.