Uses of Class
com.oracle.bmc.batch.model.BatchJobPool
-
Packages that use BatchJobPool Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchJobPool in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJobPool Modifier and Type Method Description BatchJobPoolBatchJobPool.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type BatchJobPool Modifier and Type Method Description BatchJobPool.BuilderBatchJobPool.Builder. copy(BatchJobPool model) -
Uses of BatchJobPool in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchJobPool Modifier and Type Method Description BatchJobPoolCreateBatchJobPoolResponse. getBatchJobPool()The returned BatchJobPool instance.BatchJobPoolGetBatchJobPoolResponse. getBatchJobPool()The returned BatchJobPool instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchJobPool Modifier and Type Method Description CreateBatchJobPoolResponse.BuilderCreateBatchJobPoolResponse.Builder. batchJobPool(BatchJobPool batchJobPool)The returned BatchJobPool instance.GetBatchJobPoolResponse.BuilderGetBatchJobPoolResponse.Builder. batchJobPool(BatchJobPool batchJobPool)The returned BatchJobPool instance.
-