Uses of Class
com.oracle.bmc.batch.model.StopBatchContextDetails
-
Packages that use StopBatchContextDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of StopBatchContextDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return StopBatchContextDetails Modifier and Type Method Description StopBatchContextDetailsStopBatchContextDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type StopBatchContextDetails Modifier and Type Method Description StopBatchContextDetails.BuilderStopBatchContextDetails.Builder. copy(StopBatchContextDetails model) -
Uses of StopBatchContextDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StopBatchContextDetails Modifier and Type Method Description StopBatchContextDetailsStopBatchContextRequest. getBody$()Alternative accessor for the body parameter.StopBatchContextDetailsStopBatchContextRequest. getStopBatchContextDetails()Information needed to stop the batch context.Methods in com.oracle.bmc.batch.requests with parameters of type StopBatchContextDetails Modifier and Type Method Description StopBatchContextRequest.BuilderStopBatchContextRequest.Builder. body$(StopBatchContextDetails body)Alternative setter for the body parameter.StopBatchContextRequest.BuilderStopBatchContextRequest.Builder. stopBatchContextDetails(StopBatchContextDetails stopBatchContextDetails)Information needed to stop the batch context.
-