Uses of Enum Class
org.apache.nifi.parameter.ParameterSensitivity
Packages that use ParameterSensitivity
-
Uses of ParameterSensitivity in org.apache.nifi.parameter
Methods in org.apache.nifi.parameter that return ParameterSensitivityModifier and TypeMethodDescriptionstatic ParameterSensitivityReturns the enum constant of this class with the specified name.static ParameterSensitivity[]ParameterSensitivity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.parameter that return types with arguments of type ParameterSensitivityConstructor parameters in org.apache.nifi.parameter with type arguments of type ParameterSensitivityModifierConstructorDescriptionParameterGroupConfiguration(String groupName, String parameterContextName, Map<String, ParameterSensitivity> parameterSensitivities, Boolean isSynchronized) Creates a named group of parameter names.