Uses of Class
com.oracle.bmc.batch.model.UnpauseBatchJobDetails
-
Packages that use UnpauseBatchJobDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of UnpauseBatchJobDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return UnpauseBatchJobDetails Modifier and Type Method Description UnpauseBatchJobDetailsUnpauseBatchJobDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type UnpauseBatchJobDetails Modifier and Type Method Description UnpauseBatchJobDetails.BuilderUnpauseBatchJobDetails.Builder. copy(UnpauseBatchJobDetails model) -
Uses of UnpauseBatchJobDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UnpauseBatchJobDetails Modifier and Type Method Description UnpauseBatchJobDetailsUnpauseBatchJobRequest. getBody$()Alternative accessor for the body parameter.UnpauseBatchJobDetailsUnpauseBatchJobRequest. getUnpauseBatchJobDetails()Information needed to unpause the batch job.Methods in com.oracle.bmc.batch.requests with parameters of type UnpauseBatchJobDetails Modifier and Type Method Description UnpauseBatchJobRequest.BuilderUnpauseBatchJobRequest.Builder. body$(UnpauseBatchJobDetails body)Alternative setter for the body parameter.UnpauseBatchJobRequest.BuilderUnpauseBatchJobRequest.Builder. unpauseBatchJobDetails(UnpauseBatchJobDetails unpauseBatchJobDetails)Information needed to unpause the batch job.
-