Uses of Class
software.amazon.awssdk.services.securityhub.model.ParameterValue
Packages that use ParameterValue
-
Uses of ParameterValue in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ParameterValueModifier and TypeMethodDescriptionstatic ParameterValueParameterValue.fromBooleanValue(Boolean booleanValue) Create an instance of this class withbooleanValue()initialized to the given value.static ParameterValueParameterValue.fromDoubleValue(Double doubleValue) Create an instance of this class withdoubleValue()initialized to the given value.static ParameterValueParameterValue.fromEnumList(List<String> enumList) Create an instance of this class withenumList()initialized to the given value.static ParameterValueParameterValue.fromEnumValue(String enumValue) Create an instance of this class withenumValue()initialized to the given value.static ParameterValueParameterValue.fromInteger(Integer integer) Create an instance of this class withinteger()initialized to the given value.static ParameterValueParameterValue.fromIntegerList(List<Integer> integerList) Create an instance of this class withintegerList()initialized to the given value.static ParameterValueParameterValue.fromString(String string) Create an instance of this class withstring()initialized to the given value.static ParameterValueParameterValue.fromStringList(List<String> stringList) Create an instance of this class withstringList()initialized to the given value.final ParameterValueParameterConfiguration.value()The current value of a control parameter.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ParameterValueModifier and TypeMethodDescriptionParameterConfiguration.Builder.value(ParameterValue value) The current value of a control parameter.