Uses of Class
com.oracle.bmc.batch.model.PauseBatchJobDetails
-
Packages that use PauseBatchJobDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of PauseBatchJobDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return PauseBatchJobDetails Modifier and Type Method Description PauseBatchJobDetailsPauseBatchJobDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type PauseBatchJobDetails Modifier and Type Method Description PauseBatchJobDetails.BuilderPauseBatchJobDetails.Builder. copy(PauseBatchJobDetails model) -
Uses of PauseBatchJobDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return PauseBatchJobDetails Modifier and Type Method Description PauseBatchJobDetailsPauseBatchJobRequest. getBody$()Alternative accessor for the body parameter.PauseBatchJobDetailsPauseBatchJobRequest. getPauseBatchJobDetails()Information needed to pause the batch job.Methods in com.oracle.bmc.batch.requests with parameters of type PauseBatchJobDetails Modifier and Type Method Description PauseBatchJobRequest.BuilderPauseBatchJobRequest.Builder. body$(PauseBatchJobDetails body)Alternative setter for the body parameter.PauseBatchJobRequest.BuilderPauseBatchJobRequest.Builder. pauseBatchJobDetails(PauseBatchJobDetails pauseBatchJobDetails)Information needed to pause the batch job.
-