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