Uses of Class
com.oracle.bmc.batch.model.StartBatchJobPoolDetails
-
Packages that use StartBatchJobPoolDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of StartBatchJobPoolDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return StartBatchJobPoolDetails Modifier and Type Method Description StartBatchJobPoolDetailsStartBatchJobPoolDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type StartBatchJobPoolDetails Modifier and Type Method Description StartBatchJobPoolDetails.BuilderStartBatchJobPoolDetails.Builder. copy(StartBatchJobPoolDetails model) -
Uses of StartBatchJobPoolDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StartBatchJobPoolDetails Modifier and Type Method Description StartBatchJobPoolDetailsStartBatchJobPoolRequest. getBody$()Alternative accessor for the body parameter.StartBatchJobPoolDetailsStartBatchJobPoolRequest. getStartBatchJobPoolDetails()Information needed to start the batch job pool.Methods in com.oracle.bmc.batch.requests with parameters of type StartBatchJobPoolDetails Modifier and Type Method Description StartBatchJobPoolRequest.BuilderStartBatchJobPoolRequest.Builder. body$(StartBatchJobPoolDetails body)Alternative setter for the body parameter.StartBatchJobPoolRequest.BuilderStartBatchJobPoolRequest.Builder. startBatchJobPoolDetails(StartBatchJobPoolDetails startBatchJobPoolDetails)Information needed to start the batch job pool.
-