| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StringConfigurationOptions |
StringConfigurationOptions.clone() |
StringConfigurationOptions |
ConfigurationOptions.getString()
The options for customizing a security control parameter that is a string data type.
|
StringConfigurationOptions |
StringConfigurationOptions.withDefaultValue(String defaultValue)
The Security Hub default value for a control parameter that is a string.
|
StringConfigurationOptions |
StringConfigurationOptions.withExpressionDescription(String expressionDescription)
The description of the RE2 regular expression.
|
StringConfigurationOptions |
StringConfigurationOptions.withRe2Expression(String re2Expression)
An RE2 regular expression that Security Hub uses to validate a user-provided control parameter string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationOptions.setString(StringConfigurationOptions string)
The options for customizing a security control parameter that is a string data type.
|
ConfigurationOptions |
ConfigurationOptions.withString(StringConfigurationOptions string)
The options for customizing a security control parameter that is a string data type.
|
Copyright © 2024. All rights reserved.