| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withRelatedFindings(RelatedFinding... relatedFindings)
A list of related findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of related findings.
|
AwsSecurityFinding |
AwsSecurityFinding.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of related findings.
|
Copyright © 2019. All rights reserved.