Uses of Class
com.oracle.bmc.batch.model.CreateBatchJobPoolDetails
-
Packages that use CreateBatchJobPoolDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of CreateBatchJobPoolDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CreateBatchJobPoolDetails Modifier and Type Method Description CreateBatchJobPoolDetailsCreateBatchJobPoolDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type CreateBatchJobPoolDetails Modifier and Type Method Description CreateBatchJobPoolDetails.BuilderCreateBatchJobPoolDetails.Builder. copy(CreateBatchJobPoolDetails model) -
Uses of CreateBatchJobPoolDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchJobPoolDetails Modifier and Type Method Description CreateBatchJobPoolDetailsCreateBatchJobPoolRequest. getBody$()Alternative accessor for the body parameter.CreateBatchJobPoolDetailsCreateBatchJobPoolRequest. getCreateBatchJobPoolDetails()Details for the new batch job pool.Methods in com.oracle.bmc.batch.requests with parameters of type CreateBatchJobPoolDetails Modifier and Type Method Description CreateBatchJobPoolRequest.BuilderCreateBatchJobPoolRequest.Builder. body$(CreateBatchJobPoolDetails body)Alternative setter for the body parameter.CreateBatchJobPoolRequest.BuilderCreateBatchJobPoolRequest.Builder. createBatchJobPoolDetails(CreateBatchJobPoolDetails createBatchJobPoolDetails)Details for the new batch job pool.
-