| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingIdentifier |
BatchUpdateFindingsUnprocessedFinding.findingIdentifier()
The identifier of the finding that was not updated.
|
AwsSecurityFindingIdentifier |
GetFindingHistoryRequest.findingIdentifier()
Returns the value of the FindingIdentifier property for this object.
|
AwsSecurityFindingIdentifier |
FindingHistoryRecord.findingIdentifier()
Returns the value of the FindingIdentifier property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsSecurityFindingIdentifier> |
BatchUpdateFindingsRequest.findingIdentifiers()
The list of findings to update.
|
List<AwsSecurityFindingIdentifier> |
BatchUpdateFindingsResponse.processedFindings()
The list of findings that were updated successfully.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsUnprocessedFinding.Builder |
BatchUpdateFindingsUnprocessedFinding.Builder.findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
|
GetFindingHistoryRequest.Builder |
GetFindingHistoryRequest.Builder.findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
Sets the value of the FindingIdentifier property for this object.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
Sets the value of the FindingIdentifier property for this object.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.findingIdentifiers(AwsSecurityFindingIdentifier... findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.processedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.findingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.processedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
|
Copyright © 2023. All rights reserved.