| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SeverityUpdate |
SeverityUpdate.clone() |
SeverityUpdate |
BatchUpdateFindingsRequest.getSeverity()
Used to update the finding severity.
|
SeverityUpdate |
SeverityUpdate.withLabel(SeverityLabel label)
The severity value of the finding.
|
SeverityUpdate |
SeverityUpdate.withLabel(String label)
The severity value of the finding.
|
SeverityUpdate |
SeverityUpdate.withNormalized(Integer normalized)
The normalized severity for the finding.
|
SeverityUpdate |
SeverityUpdate.withProduct(Double product)
The native severity as defined by the AWS service or integrated partner product that generated the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateFindingsRequest.setSeverity(SeverityUpdate severity)
Used to update the finding severity.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withSeverity(SeverityUpdate severity)
Used to update the finding severity.
|
Copyright © 2020. All rights reserved.