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