| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StringListConfigurationOptions |
StringListConfigurationOptions.clone() |
StringListConfigurationOptions |
ConfigurationOptions.getStringList()
The options for customizing a security control parameter that is a list of strings.
|
StringListConfigurationOptions |
StringListConfigurationOptions.withDefaultValue(Collection<String> defaultValue)
The Security Hub default value for a control parameter that is a list of strings.
|
StringListConfigurationOptions |
StringListConfigurationOptions.withDefaultValue(String... defaultValue)
The Security Hub default value for a control parameter that is a list of strings.
|
StringListConfigurationOptions |
StringListConfigurationOptions.withExpressionDescription(String expressionDescription)
The description of the RE2 regular expression.
|
StringListConfigurationOptions |
StringListConfigurationOptions.withMaxItems(Integer maxItems)
The maximum number of list items that a string list control parameter can accept.
|
StringListConfigurationOptions |
StringListConfigurationOptions.withRe2Expression(String re2Expression)
An RE2 regular expression that Security Hub uses to validate a user-provided list of strings for a control
parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationOptions.setStringList(StringListConfigurationOptions stringList)
The options for customizing a security control parameter that is a list of strings.
|
ConfigurationOptions |
ConfigurationOptions.withStringList(StringListConfigurationOptions stringList)
The options for customizing a security control parameter that is a list of strings.
|
Copyright © 2024. All rights reserved.