| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryUpdateSource |
FindingHistoryUpdateSource.clone() |
FindingHistoryUpdateSource |
FindingHistoryRecord.getUpdateSource()
Identifies the source of the event that changed the finding.
|
FindingHistoryUpdateSource |
FindingHistoryUpdateSource.withIdentity(String identity)
The identity of the source that initiated the finding change event.
|
FindingHistoryUpdateSource |
FindingHistoryUpdateSource.withType(FindingHistoryUpdateSourceType type)
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer). |
FindingHistoryUpdateSource |
FindingHistoryUpdateSource.withType(String type)
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer). |
| Modifier and Type | Method and Description |
|---|---|
void |
FindingHistoryRecord.setUpdateSource(FindingHistoryUpdateSource updateSource)
Identifies the source of the event that changed the finding.
|
FindingHistoryRecord |
FindingHistoryRecord.withUpdateSource(FindingHistoryUpdateSource updateSource)
Identifies the source of the event that changed the finding.
|
Copyright © 2023. All rights reserved.