Uses of Class
com.oracle.bmc.batch.model.StopBatchJobPoolDetails
-
Packages that use StopBatchJobPoolDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of StopBatchJobPoolDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return StopBatchJobPoolDetails Modifier and Type Method Description StopBatchJobPoolDetailsStopBatchJobPoolDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type StopBatchJobPoolDetails Modifier and Type Method Description StopBatchJobPoolDetails.BuilderStopBatchJobPoolDetails.Builder. copy(StopBatchJobPoolDetails model) -
Uses of StopBatchJobPoolDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StopBatchJobPoolDetails Modifier and Type Method Description StopBatchJobPoolDetailsStopBatchJobPoolRequest. getBody$()Alternative accessor for the body parameter.StopBatchJobPoolDetailsStopBatchJobPoolRequest. getStopBatchJobPoolDetails()Information needed to stop the batch job pool.Methods in com.oracle.bmc.batch.requests with parameters of type StopBatchJobPoolDetails Modifier and Type Method Description StopBatchJobPoolRequest.BuilderStopBatchJobPoolRequest.Builder. body$(StopBatchJobPoolDetails body)Alternative setter for the body parameter.StopBatchJobPoolRequest.BuilderStopBatchJobPoolRequest.Builder. stopBatchJobPoolDetails(StopBatchJobPoolDetails stopBatchJobPoolDetails)Information needed to stop the batch job pool.
-