| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterConfiguration |
ParameterConfiguration.clone() |
ParameterConfiguration |
ParameterConfiguration.withValue(ParameterValue value)
The current value of a control parameter.
|
ParameterConfiguration |
ParameterConfiguration.withValueType(ParameterValueType valueType)
Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub
behavior.
|
ParameterConfiguration |
ParameterConfiguration.withValueType(String valueType)
Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub
behavior.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterConfiguration> |
UpdateSecurityControlRequest.getParameters()
An object that specifies which security control parameters to update.
|
Map<String,ParameterConfiguration> |
SecurityControl.getParameters()
An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
Map<String,ParameterConfiguration> |
SecurityControlCustomParameter.getParameters()
An object that specifies parameter values for a control in a configuration policy.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityControlRequest |
UpdateSecurityControlRequest.addParametersEntry(String key,
ParameterConfiguration value)
Add a single Parameters entry
|
SecurityControl |
SecurityControl.addParametersEntry(String key,
ParameterConfiguration value)
Add a single Parameters entry
|
SecurityControlCustomParameter |
SecurityControlCustomParameter.addParametersEntry(String key,
ParameterConfiguration value)
Add a single Parameters entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSecurityControlRequest.setParameters(Map<String,ParameterConfiguration> parameters)
An object that specifies which security control parameters to update.
|
void |
SecurityControl.setParameters(Map<String,ParameterConfiguration> parameters)
An object that identifies the name of a control parameter, its current value, and whether it has been customized.
|
void |
SecurityControlCustomParameter.setParameters(Map<String,ParameterConfiguration> parameters)
An object that specifies parameter values for a control in a configuration policy.
|
UpdateSecurityControlRequest |
UpdateSecurityControlRequest.withParameters(Map<String,ParameterConfiguration> parameters)
An object that specifies which security control parameters to update.
|
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.
|
SecurityControlCustomParameter |
SecurityControlCustomParameter.withParameters(Map<String,ParameterConfiguration> parameters)
An object that specifies parameter values for a control in a configuration policy.
|
Copyright © 2024. All rights reserved.