Uses of Class
com.oracle.bmc.batch.requests.StopBatchContextRequest
-
Packages that use StopBatchContextRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of StopBatchContextRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type StopBatchContextRequest Modifier and Type Method Description StopBatchContextResponseBatchComputing. stopBatchContext(StopBatchContextRequest request)Stops a batch context from accepting new jobs.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)StopBatchContextResponseBatchComputingClient. stopBatchContext(StopBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type StopBatchContextRequest 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 StopBatchContextRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StopBatchContextRequest Modifier and Type Method Description StopBatchContextRequestStopBatchContextRequest.Builder. build()Build the instance of StopBatchContextRequest as configured by this builderStopBatchContextRequestStopBatchContextRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopBatchContextRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type StopBatchContextRequest Modifier and Type Method Description StopBatchContextRequest.BuilderStopBatchContextRequest.Builder. copy(StopBatchContextRequest o)Copy method to populate the builder with values from the given instance.
-