| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Severity.clone() |
Severity |
Finding.getSeverity()
The severity of the finding.
|
Severity |
Severity.withDescription(SeverityDescription description)
The textual representation of the severity value, such as Low or High.
|
Severity |
Severity.withDescription(String description)
The textual representation of the severity value, such as Low or High.
|
Severity |
Severity.withScore(Long score)
The numeric score for the severity value, ranging from 0 (least severe) to 4 (most severe).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Finding.setSeverity(Severity severity)
The severity of the finding.
|
Finding |
Finding.withSeverity(Severity severity)
The severity of the finding.
|
Copyright © 2020. All rights reserved.