| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.clone() |
IntegerListConfigurationOptions |
ConfigurationOptions.getIntegerList()
The options for customizing a security control parameter that is a list of integers.
|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.withDefaultValue(Collection<Integer> defaultValue)
The Security Hub default value for a control parameter that is a list of integers.
|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.withDefaultValue(Integer... defaultValue)
The Security Hub default value for a control parameter that is a list of integers.
|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.withMax(Integer max)
The maximum valid value for a control parameter that is a list of integers.
|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.withMaxItems(Integer maxItems)
The maximum number of list items that an interger list control parameter can accept.
|
IntegerListConfigurationOptions |
IntegerListConfigurationOptions.withMin(Integer min)
The minimum valid value for a control parameter that is a list of integers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationOptions.setIntegerList(IntegerListConfigurationOptions integerList)
The options for customizing a security control parameter that is a list of integers.
|
ConfigurationOptions |
ConfigurationOptions.withIntegerList(IntegerListConfigurationOptions integerList)
The options for customizing a security control parameter that is a list of integers.
|
Copyright © 2024. All rights reserved.