| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingIdentifier |
AwsSecurityFindingIdentifier.clone() |
AwsSecurityFindingIdentifier |
BatchUpdateFindingsUnprocessedFinding.getFindingIdentifier()
The identifier of the finding that was not updated.
|
AwsSecurityFindingIdentifier |
AwsSecurityFindingIdentifier.withId(String id)
The identifier of the finding that was specified by the finding provider.
|
AwsSecurityFindingIdentifier |
AwsSecurityFindingIdentifier.withProductArn(String productArn)
The ARN generated by Security Hub that uniquely identifies a product that generates findings.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsSecurityFindingIdentifier> |
BatchUpdateFindingsRequest.getFindingIdentifiers()
The list of findings to update.
|
List<AwsSecurityFindingIdentifier> |
BatchUpdateFindingsResult.getProcessedFindings()
The list of findings that were updated successfully.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateFindingsUnprocessedFinding.setFindingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
|
BatchUpdateFindingsUnprocessedFinding |
BatchUpdateFindingsUnprocessedFinding.withFindingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withFindingIdentifiers(AwsSecurityFindingIdentifier... findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withProcessedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateFindingsRequest.setFindingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers)
The list of findings to update.
|
void |
BatchUpdateFindingsResult.setProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withFindingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
|
Copyright © 2020. All rights reserved.