Uses of Class
software.amazon.awssdk.services.securityhub.model.ConfigurationOptions
Packages that use ConfigurationOptions
-
Uses of ConfigurationOptions in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ConfigurationOptionsModifier and TypeMethodDescriptionfinal ConfigurationOptionsParameterDefinition.configurationOptions()The options for customizing a control parameter.static ConfigurationOptionsConfigurationOptions.fromBooleanValue(Consumer<BooleanConfigurationOptions.Builder> booleanValue) Create an instance of this class withbooleanValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromBooleanValue(BooleanConfigurationOptions booleanValue) Create an instance of this class withbooleanValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromDoubleValue(Consumer<DoubleConfigurationOptions.Builder> doubleValue) Create an instance of this class withdoubleValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromDoubleValue(DoubleConfigurationOptions doubleValue) Create an instance of this class withdoubleValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromEnumList(Consumer<EnumListConfigurationOptions.Builder> enumList) Create an instance of this class withenumList()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromEnumList(EnumListConfigurationOptions enumList) Create an instance of this class withenumList()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromEnumValue(Consumer<EnumConfigurationOptions.Builder> enumValue) Create an instance of this class withenumValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromEnumValue(EnumConfigurationOptions enumValue) Create an instance of this class withenumValue()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromInteger(Consumer<IntegerConfigurationOptions.Builder> integer) Create an instance of this class withinteger()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromInteger(IntegerConfigurationOptions integer) Create an instance of this class withinteger()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromIntegerList(Consumer<IntegerListConfigurationOptions.Builder> integerList) Create an instance of this class withintegerList()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromIntegerList(IntegerListConfigurationOptions integerList) Create an instance of this class withintegerList()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromString(Consumer<StringConfigurationOptions.Builder> string) Create an instance of this class withstring()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromString(StringConfigurationOptions string) Create an instance of this class withstring()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromStringList(Consumer<StringListConfigurationOptions.Builder> stringList) Create an instance of this class withstringList()initialized to the given value.static ConfigurationOptionsConfigurationOptions.fromStringList(StringListConfigurationOptions stringList) Create an instance of this class withstringList()initialized to the given value.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ConfigurationOptionsModifier and TypeMethodDescriptionParameterDefinition.Builder.configurationOptions(ConfigurationOptions configurationOptions) The options for customizing a control parameter.