Uses of Class
com.oracle.bmc.batch.responses.StopBatchContextResponse
-
Packages that use StopBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of StopBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return StopBatchContextResponse Modifier and Type Method Description StopBatchContextResponseBatchComputing. stopBatchContext(StopBatchContextRequest request)Stops a batch context from accepting new jobs.StopBatchContextResponseBatchComputingClient. stopBatchContext(StopBatchContextRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type StopBatchContextResponse Modifier and Type Method Description Future<StopBatchContextResponse>BatchComputingAsync. stopBatchContext(StopBatchContextRequest request, AsyncHandler<StopBatchContextRequest,StopBatchContextResponse> handler)Stops a batch context from accepting new jobs.Future<StopBatchContextResponse>BatchComputingAsyncClient. stopBatchContext(StopBatchContextRequest request, AsyncHandler<StopBatchContextRequest,StopBatchContextResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type StopBatchContextResponse Modifier and Type Method Description Future<StopBatchContextResponse>BatchComputingAsync. stopBatchContext(StopBatchContextRequest request, AsyncHandler<StopBatchContextRequest,StopBatchContextResponse> handler)Stops a batch context from accepting new jobs.Future<StopBatchContextResponse>BatchComputingAsyncClient. stopBatchContext(StopBatchContextRequest request, AsyncHandler<StopBatchContextRequest,StopBatchContextResponse> handler) -
Uses of StopBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return StopBatchContextResponse Modifier and Type Method Description StopBatchContextResponseStopBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type StopBatchContextResponse Modifier and Type Method Description StopBatchContextResponse.BuilderStopBatchContextResponse.Builder. copy(StopBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-