Uses of Class
com.oracle.bmc.dif.model.ShapeConfig
-
Packages that use ShapeConfig Package Description com.oracle.bmc.dif.model -
-
Uses of ShapeConfig in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return ShapeConfig Modifier and Type Method Description ShapeConfigShapeConfig.Builder. build()ShapeConfigDataflowDetail. getDriverShapeConfig()ShapeConfigDataflowUpdateDetail. getDriverShapeConfig()ShapeConfigDataflowDetail. getExecutorShapeConfig()ShapeConfigDataflowUpdateDetail. getExecutorShapeConfig()Methods in com.oracle.bmc.dif.model with parameters of type ShapeConfig Modifier and Type Method Description ShapeConfig.BuilderShapeConfig.Builder. copy(ShapeConfig model)DataflowDetail.BuilderDataflowDetail.Builder. driverShapeConfig(ShapeConfig driverShapeConfig)DataflowUpdateDetail.BuilderDataflowUpdateDetail.Builder. driverShapeConfig(ShapeConfig driverShapeConfig)DataflowDetail.BuilderDataflowDetail.Builder. executorShapeConfig(ShapeConfig executorShapeConfig)DataflowUpdateDetail.BuilderDataflowUpdateDetail.Builder. executorShapeConfig(ShapeConfig executorShapeConfig)Constructors in com.oracle.bmc.dif.model with parameters of type ShapeConfig Constructor Description DataflowDetail(String instanceId, String sparkVersion, String driverShape, String executorShape, ShapeConfig driverShapeConfig, ShapeConfig executorShapeConfig, Integer numExecutors, String privateEndpointId, DataflowConnections connections, String logBucketInstanceId, String warehouseBucketInstanceId)Deprecated.DataflowUpdateDetail(String instanceId, String sparkVersion, String driverShape, String executorShape, ShapeConfig driverShapeConfig, ShapeConfig executorShapeConfig, Integer numExecutors, String privateEndpointId, UpdateDataflowConnections connections, String logBucketInstanceId, String warehouseBucketInstanceId)Deprecated.
-