Uses of Class
com.oracle.bmc.dif.model.DataflowDetail
-
Packages that use DataflowDetail Package Description com.oracle.bmc.dif.model -
-
Uses of DataflowDetail in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return DataflowDetail Modifier and Type Method Description DataflowDetailDataflowDetail.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type DataflowDetail Modifier and Type Method Description List<DataflowDetail>AddServiceDetails. getDataflow()DATAFLOW details if dataflow is included in the services to be added.List<DataflowDetail>CreateStackDetails. getDataflow()DATAFLOW details if dataflow is included in the services.List<DataflowDetail>Stack. getDataflow()DATAFLOW details if dataflow is included in the services.Methods in com.oracle.bmc.dif.model with parameters of type DataflowDetail Modifier and Type Method Description DataflowDetail.BuilderDataflowDetail.Builder. copy(DataflowDetail model)Method parameters in com.oracle.bmc.dif.model with type arguments of type DataflowDetail Modifier and Type Method Description AddServiceDetails.BuilderAddServiceDetails.Builder. dataflow(List<DataflowDetail> dataflow)DATAFLOW details if dataflow is included in the services to be added.CreateStackDetails.BuilderCreateStackDetails.Builder. dataflow(List<DataflowDetail> dataflow)DATAFLOW details if dataflow is included in the services.Stack.BuilderStack.Builder. dataflow(List<DataflowDetail> dataflow)DATAFLOW details if dataflow is included in the services.
-