| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
FindingProviderFields |
FindingProviderFields.clone() |
FindingProviderFields |
AwsSecurityFinding.getFindingProviderFields()
In a
BatchImportFindings request, finding providers use FindingProviderFields to
provide and update their own values for confidence, criticality, related findings, severity, and types. |
FindingProviderFields |
FindingProviderFields.withConfidence(Integer confidence)
A finding's confidence.
|
FindingProviderFields |
FindingProviderFields.withCriticality(Integer criticality)
The level of importance assigned to the resources associated with the finding.
|
FindingProviderFields |
FindingProviderFields.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the current finding.
|
FindingProviderFields |
FindingProviderFields.withRelatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the current finding.
|
FindingProviderFields |
FindingProviderFields.withSeverity(FindingProviderSeverity severity)
The severity of a finding.
|
FindingProviderFields |
FindingProviderFields.withTypes(Collection<String> types)
One or more finding types in the format of
namespace/category/classifier that classify a finding. |
FindingProviderFields |
FindingProviderFields.withTypes(String... types)
One or more finding types in the format of
namespace/category/classifier that classify a finding. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setFindingProviderFields(FindingProviderFields findingProviderFields)
In a
BatchImportFindings request, finding providers use FindingProviderFields to
provide and update their own values for confidence, criticality, related findings, severity, and types. |
AwsSecurityFinding |
AwsSecurityFinding.withFindingProviderFields(FindingProviderFields findingProviderFields)
In a
BatchImportFindings request, finding providers use FindingProviderFields to
provide and update their own values for confidence, criticality, related findings, severity, and types. |
Copyright © 2024. All rights reserved.