| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityControlDefinition |
SecurityControlDefinition.addParameterDefinitionsEntry(String key,
ParameterDefinition value)
Add a single ParameterDefinitions entry
|
SecurityControlDefinition |
SecurityControlDefinition.clearParameterDefinitionsEntries()
Removes all the entries added into ParameterDefinitions.
|
SecurityControlDefinition |
SecurityControlDefinition.clone() |
SecurityControlDefinition |
GetSecurityControlDefinitionResult.getSecurityControlDefinition() |
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.withCustomizableProperties(Collection<String> customizableProperties)
Security control properties that you can customize.
|
SecurityControlDefinition |
SecurityControlDefinition.withCustomizableProperties(SecurityControlProperty... customizableProperties)
Security control properties that you can customize.
|
SecurityControlDefinition |
SecurityControlDefinition.withCustomizableProperties(String... customizableProperties)
Security control properties that you can customize.
|
SecurityControlDefinition |
SecurityControlDefinition.withDescription(String description)
The description of a security control across standards.
|
SecurityControlDefinition |
SecurityControlDefinition.withParameterDefinitions(Map<String,ParameterDefinition> parameterDefinitions)
An object that provides a security control parameter name, description, and the options for customizing it.
|
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 |
|---|---|
void |
GetSecurityControlDefinitionResult.setSecurityControlDefinition(SecurityControlDefinition securityControlDefinition) |
GetSecurityControlDefinitionResult |
GetSecurityControlDefinitionResult.withSecurityControlDefinition(SecurityControlDefinition securityControlDefinition) |
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 © 2024. All rights reserved.