| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterDefinition |
ParameterDefinition.clone() |
ParameterDefinition |
ParameterDefinition.withConfigurationOptions(ConfigurationOptions configurationOptions)
The options for customizing a control parameter.
|
ParameterDefinition |
ParameterDefinition.withDescription(String description)
Description of a control parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterDefinition> |
SecurityControlDefinition.getParameterDefinitions()
An object that provides a security control parameter name, description, and the options for customizing it.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityControlDefinition |
SecurityControlDefinition.addParameterDefinitionsEntry(String key,
ParameterDefinition value)
Add a single ParameterDefinitions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityControlDefinition.setParameterDefinitions(Map<String,ParameterDefinition> parameterDefinitions)
An object that provides a security control parameter name, description, and the options for customizing it.
|
SecurityControlDefinition |
SecurityControlDefinition.withParameterDefinitions(Map<String,ParameterDefinition> parameterDefinitions)
An object that provides a security control parameter name, description, and the options for customizing it.
|
Copyright © 2024. All rights reserved.