| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsControl |
StandardsControl.clone() |
StandardsControl |
StandardsControl.withControlId(String controlId)
The identifier of the security standard control.
|
StandardsControl |
StandardsControl.withControlStatus(ControlStatus controlStatus)
The current status of the security standard control.
|
StandardsControl |
StandardsControl.withControlStatus(String controlStatus)
The current status of the security standard control.
|
StandardsControl |
StandardsControl.withControlStatusUpdatedAt(Date controlStatusUpdatedAt)
The date and time that the status of the security standard control was most recently updated.
|
StandardsControl |
StandardsControl.withDescription(String description)
The longer description of the security standard control.
|
StandardsControl |
StandardsControl.withDisabledReason(String disabledReason)
The reason provided for the most recent change in status for the control.
|
StandardsControl |
StandardsControl.withRelatedRequirements(Collection<String> relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl |
StandardsControl.withRelatedRequirements(String... relatedRequirements)
The list of requirements that are related to this control.
|
StandardsControl |
StandardsControl.withRemediationUrl(String remediationUrl)
A link to remediation information for the control in the Security Hub user documentation.
|
StandardsControl |
StandardsControl.withSeverityRating(SeverityRating severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl |
StandardsControl.withSeverityRating(String severityRating)
The severity of findings generated from this security standard control.
|
StandardsControl |
StandardsControl.withStandardsControlArn(String standardsControlArn)
The ARN of the security standard control.
|
StandardsControl |
StandardsControl.withTitle(String title)
The title of the security standard control.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsControl> |
DescribeStandardsControlsResult.getControls()
A list of security standards controls.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsResult |
DescribeStandardsControlsResult.withControls(StandardsControl... controls)
A list of security standards controls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStandardsControlsResult.setControls(Collection<StandardsControl> controls)
A list of security standards controls.
|
DescribeStandardsControlsResult |
DescribeStandardsControlsResult.withControls(Collection<StandardsControl> controls)
A list of security standards controls.
|
Copyright © 2022. All rights reserved.