Uses of Class
com.oracle.bmc.dataflow.model.CreateRunDetails
-
Packages that use CreateRunDetails Package Description com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of CreateRunDetails in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return CreateRunDetails Modifier and Type Method Description CreateRunDetails
CreateRunDetails.Builder. build()
Methods in com.oracle.bmc.dataflow.model with parameters of type CreateRunDetails Modifier and Type Method Description CreateRunDetails.Builder
CreateRunDetails.Builder. copy(CreateRunDetails model)
-
Uses of CreateRunDetails in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreateRunDetails Modifier and Type Method Description CreateRunDetails
CreateRunRequest. getBody$()
Alternative accessor for the body parameter.CreateRunDetails
CreateRunRequest. getCreateRunDetails()
Details for creating a run of an application.Methods in com.oracle.bmc.dataflow.requests with parameters of type CreateRunDetails Modifier and Type Method Description CreateRunRequest.Builder
CreateRunRequest.Builder. body$(CreateRunDetails body)
Alternative setter for the body parameter.CreateRunRequest.Builder
CreateRunRequest.Builder. createRunDetails(CreateRunDetails createRunDetails)
Details for creating a run of an application.
-