| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Compliance |
Compliance.clone() |
Compliance |
AwsSecurityFinding.getCompliance()
This data type is exclusive to findings that are generated as the result of a check run against a specific rule
in a supported security standard, such as CIS AWS Foundations.
|
Compliance |
Compliance.withRelatedRequirements(Collection<String> relatedRequirements)
For a control, the industry or regulatory framework requirements that are related to the control.
|
Compliance |
Compliance.withRelatedRequirements(String... relatedRequirements)
For a control, the industry or regulatory framework requirements that are related to the control.
|
Compliance |
Compliance.withStatus(ComplianceStatus status)
The result of a standards check.
|
Compliance |
Compliance.withStatus(String status)
The result of a standards check.
|
Compliance |
Compliance.withStatusReasons(Collection<StatusReason> statusReasons)
For findings generated from controls, a list of reasons behind the value of
Status. |
Compliance |
Compliance.withStatusReasons(StatusReason... statusReasons)
For findings generated from controls, a list of reasons behind the value of
Status. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setCompliance(Compliance compliance)
This data type is exclusive to findings that are generated as the result of a check run against a specific rule
in a supported security standard, such as CIS AWS Foundations.
|
AwsSecurityFinding |
AwsSecurityFinding.withCompliance(Compliance compliance)
This data type is exclusive to findings that are generated as the result of a check run against a specific rule
in a supported security standard, such as CIS AWS Foundations.
|
Copyright © 2021. All rights reserved.