Uses of Class
software.amazon.awssdk.services.securityhub.model.IntegerListConfigurationOptions
-
Packages that use IntegerListConfigurationOptions Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of IntegerListConfigurationOptions in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return IntegerListConfigurationOptions Modifier and Type Method Description IntegerListConfigurationOptionsConfigurationOptions. integerList()The options for customizing a security control parameter that is a list of integers.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type IntegerListConfigurationOptions Modifier and Type Method Description static ConfigurationOptionsConfigurationOptions. fromIntegerList(IntegerListConfigurationOptions integerList)Create an instance of this class withConfigurationOptions.integerList()initialized to the given value.ConfigurationOptions.BuilderConfigurationOptions.Builder. integerList(IntegerListConfigurationOptions integerList)The options for customizing a security control parameter that is a list of integers.
-