| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Severity.clone() |
Severity |
Finding.getSeverity()
The severity level and score for the finding.
|
Severity |
Severity.withDescription(SeverityDescription description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
|
Severity |
Severity.withDescription(String description)
The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).
|
Severity |
Severity.withScore(Long score)
The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Finding.setSeverity(Severity severity)
The severity level and score for the finding.
|
Finding |
Finding.withSeverity(Severity severity)
The severity level and score for the finding.
|
Copyright © 2021. All rights reserved.