| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityControlCustomParameter |
SecurityControlCustomParameter.addParametersEntry(String key,
ParameterConfiguration value)
Add a single Parameters entry
|
SecurityControlCustomParameter |
SecurityControlCustomParameter.clearParametersEntries()
Removes all the entries added into Parameters.
|
SecurityControlCustomParameter |
SecurityControlCustomParameter.clone() |
SecurityControlCustomParameter |
SecurityControlCustomParameter.withParameters(Map<String,ParameterConfiguration> parameters)
An object that specifies parameter values for a control in a configuration policy.
|
SecurityControlCustomParameter |
SecurityControlCustomParameter.withSecurityControlId(String securityControlId)
The ID of the security control.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityControlCustomParameter> |
SecurityControlsConfiguration.getSecurityControlCustomParameters()
A list of security controls and control parameter values that are included in a configuration policy.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityControlsConfiguration |
SecurityControlsConfiguration.withSecurityControlCustomParameters(SecurityControlCustomParameter... securityControlCustomParameters)
A list of security controls and control parameter values that are included in a configuration policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityControlsConfiguration.setSecurityControlCustomParameters(Collection<SecurityControlCustomParameter> securityControlCustomParameters)
A list of security controls and control parameter values that are included in a configuration policy.
|
SecurityControlsConfiguration |
SecurityControlsConfiguration.withSecurityControlCustomParameters(Collection<SecurityControlCustomParameter> securityControlCustomParameters)
A list of security controls and control parameter values that are included in a configuration policy.
|
Copyright © 2024. All rights reserved.