| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityControlDefinition |
SecurityControlDefinition.clone() |
SecurityControlDefinition |
SecurityControlDefinition.withCurrentRegionAvailability(RegionAvailabilityStatus currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
|
SecurityControlDefinition |
SecurityControlDefinition.withCurrentRegionAvailability(String currentRegionAvailability)
Specifies whether a security control is available in the current Amazon Web Services Region.
|
SecurityControlDefinition |
SecurityControlDefinition.withDescription(String description)
The description of a security control across standards.
|
SecurityControlDefinition |
SecurityControlDefinition.withRemediationUrl(String remediationUrl)
A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
|
SecurityControlDefinition |
SecurityControlDefinition.withSecurityControlId(String securityControlId)
The unique identifier of a security control across standards.
|
SecurityControlDefinition |
SecurityControlDefinition.withSeverityRating(SeverityRating severityRating)
The severity of a security control.
|
SecurityControlDefinition |
SecurityControlDefinition.withSeverityRating(String severityRating)
The severity of a security control.
|
SecurityControlDefinition |
SecurityControlDefinition.withTitle(String title)
The title of a security control.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityControlDefinition> |
ListSecurityControlDefinitionsResult.getSecurityControlDefinitions()
An array of controls that apply to the specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityControlDefinitionsResult |
ListSecurityControlDefinitionsResult.withSecurityControlDefinitions(SecurityControlDefinition... securityControlDefinitions)
An array of controls that apply to the specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityControlDefinitionsResult.setSecurityControlDefinitions(Collection<SecurityControlDefinition> securityControlDefinitions)
An array of controls that apply to the specified standard.
|
ListSecurityControlDefinitionsResult |
ListSecurityControlDefinitionsResult.withSecurityControlDefinitions(Collection<SecurityControlDefinition> securityControlDefinitions)
An array of controls that apply to the specified standard.
|
Copyright © 2023. All rights reserved.