| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityControl |
SecurityControl.addParametersEntry(String key,
ParameterConfiguration value)
Add a single Parameters entry
|
SecurityControl |
SecurityControl.clearParametersEntries()
Removes all the entries added into Parameters.
|
SecurityControl |
SecurityControl.clone() |
SecurityControl |
SecurityControl.withDescription(String description)
The description of a security control across standards.
|
SecurityControl |
SecurityControl.withLastUpdateReason(String lastUpdateReason)
The most recent reason for updating the customizable properties of a security control.
|
SecurityControl |
SecurityControl.withParameters(Map<String,ParameterConfiguration> parameters)
An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
SecurityControl |
SecurityControl.withRemediationUrl(String remediationUrl)
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
|
SecurityControl |
SecurityControl.withSecurityControlArn(String securityControlArn)
The Amazon Resource Name (ARN) for a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. |
SecurityControl |
SecurityControl.withSecurityControlId(String securityControlId)
The unique identifier of a security control across standards.
|
SecurityControl |
SecurityControl.withSecurityControlStatus(ControlStatus securityControlStatus)
The enablement status of a security control in a specific standard.
|
SecurityControl |
SecurityControl.withSecurityControlStatus(String securityControlStatus)
The enablement status of a security control in a specific standard.
|
SecurityControl |
SecurityControl.withSeverityRating(SeverityRating severityRating)
The severity of a security control.
|
SecurityControl |
SecurityControl.withSeverityRating(String severityRating)
The severity of a security control.
|
SecurityControl |
SecurityControl.withTitle(String title)
The title of a security control.
|
SecurityControl |
SecurityControl.withUpdateStatus(String updateStatus)
Identifies whether customizable properties of a security control are reflected in Security Hub findings.
|
SecurityControl |
SecurityControl.withUpdateStatus(UpdateStatus updateStatus)
Identifies whether customizable properties of a security control are reflected in Security Hub findings.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityControl> |
BatchGetSecurityControlsResult.getSecurityControls()
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withSecurityControls(SecurityControl... securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSecurityControlsResult.setSecurityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
BatchGetSecurityControlsResult |
BatchGetSecurityControlsResult.withSecurityControls(Collection<SecurityControl> securityControls)
An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control.
|
Copyright © 2024. All rights reserved.