| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryRecord |
FindingHistoryRecord.clone() |
FindingHistoryRecord |
FindingHistoryRecord.withFindingCreated(Boolean findingCreated)
Identifies whether the event marks the creation of a new finding.
|
FindingHistoryRecord |
FindingHistoryRecord.withFindingIdentifier(AwsSecurityFindingIdentifier findingIdentifier) |
FindingHistoryRecord |
FindingHistoryRecord.withNextToken(String nextToken)
A token for pagination purposes.
|
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.
|
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.
|
FindingHistoryRecord |
FindingHistoryRecord.withUpdateSource(FindingHistoryUpdateSource updateSource)
Identifies the source of the event that changed the finding.
|
FindingHistoryRecord |
FindingHistoryRecord.withUpdateTime(Date updateTime)
An ISO 8601-formatted timestamp that indicates when Security Hub processed the updated finding record.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingHistoryRecord> |
GetFindingHistoryResult.getRecords()
A list of events that altered the specified finding during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingHistoryResult |
GetFindingHistoryResult.withRecords(FindingHistoryRecord... records)
A list of events that altered the specified finding during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingHistoryResult.setRecords(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResult |
GetFindingHistoryResult.withRecords(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
|
Copyright © 2023. All rights reserved.