| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryUpdate |
FindingHistoryUpdate.clone() |
FindingHistoryUpdate |
FindingHistoryUpdate.withNewValue(String newValue)
The value of the ASFF field after the finding change event.
|
FindingHistoryUpdate |
FindingHistoryUpdate.withOldValue(String oldValue)
The value of the ASFF field before the finding change event.
|
FindingHistoryUpdate |
FindingHistoryUpdate.withUpdatedField(String updatedField)
The ASFF field that changed during the finding change event.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingHistoryUpdate> |
FindingHistoryRecord.getUpdates()
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the
field after the change.
|
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryRecord |
FindingHistoryRecord.withUpdates(FindingHistoryUpdate... updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the
field after the change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindingHistoryRecord.setUpdates(Collection<FindingHistoryUpdate> updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the
field after the change.
|
FindingHistoryRecord |
FindingHistoryRecord.withUpdates(Collection<FindingHistoryUpdate> updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the
field after the change.
|
Copyright © 2024. All rights reserved.