Uses of Class
com.oracle.bmc.logging.model.Parameter
-
Packages that use Parameter Package Description com.oracle.bmc.logging.model -
-
Uses of Parameter in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return Parameter Modifier and Type Method Description Parameter
Parameter.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
Category. getParameters()
Parameters the category supports.Methods in com.oracle.bmc.logging.model with parameters of type Parameter Modifier and Type Method Description Parameter.Builder
Parameter.Builder. copy(Parameter model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type Parameter Modifier and Type Method Description Category.Builder
Category.Builder. parameters(List<Parameter> parameters)
Parameters the category supports.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type Parameter Constructor Description Category(String name, String displayName, List<Parameter> parameters)
Deprecated.
-