Uses of Class
com.oracle.bmc.dataflow.model.ApplicationParameter
-
Packages that use ApplicationParameter Package Description com.oracle.bmc.dataflow.model -
-
Uses of ApplicationParameter in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return ApplicationParameter Modifier and Type Method Description ApplicationParameter
ApplicationParameter.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type ApplicationParameter Modifier and Type Method Description List<ApplicationParameter>
Application. getParameters()
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.List<ApplicationParameter>
CreateApplicationDetails. getParameters()
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.List<ApplicationParameter>
CreateRunDetails. getParameters()
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.List<ApplicationParameter>
Run. getParameters()
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.List<ApplicationParameter>
UpdateApplicationDetails. getParameters()
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.Methods in com.oracle.bmc.dataflow.model with parameters of type ApplicationParameter Modifier and Type Method Description ApplicationParameter.Builder
ApplicationParameter.Builder. copy(ApplicationParameter model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type ApplicationParameter Modifier and Type Method Description Application.Builder
Application.Builder. parameters(List<ApplicationParameter> parameters)
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.CreateApplicationDetails.Builder
CreateApplicationDetails.Builder. parameters(List<ApplicationParameter> parameters)
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.CreateRunDetails.Builder
CreateRunDetails.Builder. parameters(List<ApplicationParameter> parameters)
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.Run.Builder
Run.Builder. parameters(List<ApplicationParameter> parameters)
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.UpdateApplicationDetails.Builder
UpdateApplicationDetails.Builder. parameters(List<ApplicationParameter> parameters)
An array of name/value pairs used to fill placeholders found in properties like Application.arguments.
-