| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
IntegerConfigurationOptions |
IntegerConfigurationOptions.clone() |
IntegerConfigurationOptions |
ConfigurationOptions.getInteger()
The options for customizing a security control parameter that is an integer.
|
IntegerConfigurationOptions |
IntegerConfigurationOptions.withDefaultValue(Integer defaultValue)
The Security Hub default value for a control parameter that is an integer.
|
IntegerConfigurationOptions |
IntegerConfigurationOptions.withMax(Integer max)
The maximum valid value for a control parameter that is an integer.
|
IntegerConfigurationOptions |
IntegerConfigurationOptions.withMin(Integer min)
The minimum valid value for a control parameter that is an integer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationOptions.setInteger(IntegerConfigurationOptions integer)
The options for customizing a security control parameter that is an integer.
|
ConfigurationOptions |
ConfigurationOptions.withInteger(IntegerConfigurationOptions integer)
The options for customizing a security control parameter that is an integer.
|
Copyright © 2024. All rights reserved.