| 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 Amazon Web Services Foundations.
|
Compliance |
Compliance.withAssociatedStandards(AssociatedStandard... associatedStandards)
The enabled security standards in which a security control is currently enabled.
|
Compliance |
Compliance.withAssociatedStandards(Collection<AssociatedStandard> associatedStandards)
The enabled security standards in which a security control is currently enabled.
|
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.withSecurityControlId(String securityControlId)
The unique identifier of a control across standards.
|
Compliance |
Compliance.withSecurityControlParameters(Collection<SecurityControlParameter> securityControlParameters)
An object that includes security control parameter names and values.
|
Compliance |
Compliance.withSecurityControlParameters(SecurityControlParameter... securityControlParameters)
An object that includes security control parameter names and values.
|
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 Amazon Web Services 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 Amazon Web Services Foundations.
|
Copyright © 2024. All rights reserved.