| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RelatedFinding |
RelatedFinding.clone() |
RelatedFinding |
RelatedFinding.withId(String id)
The product-generated identifier for a related finding.
|
RelatedFinding |
RelatedFinding.withProductArn(String productArn)
The ARN of the product that generated a related finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelatedFinding> |
AwsSecurityFinding.getRelatedFindings()
A list of related findings.
|
List<RelatedFinding> |
BatchUpdateFindingsRequest.getRelatedFindings()
A list of findings that are related to the updated findings.
|
List<RelatedFinding> |
FindingProviderFields.getRelatedFindings()
A list of findings that are related to the current finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withRelatedFindings(RelatedFinding... relatedFindings)
A list of related findings.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withRelatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the updated findings.
|
FindingProviderFields |
FindingProviderFields.withRelatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the current finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of related findings.
|
void |
BatchUpdateFindingsRequest.setRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the updated findings.
|
void |
FindingProviderFields.setRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the current finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of related findings.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the updated findings.
|
FindingProviderFields |
FindingProviderFields.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the current finding.
|
Copyright © 2021. All rights reserved.