Uses of Class
com.oracle.bmc.batch.requests.StartBatchContextRequest
-
Packages that use StartBatchContextRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of StartBatchContextRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type StartBatchContextRequest Modifier and Type Method Description StartBatchContextResponseBatchComputing. startBatchContext(StartBatchContextRequest request)Activates a batch context to accept new jobs.Future<StartBatchContextResponse>BatchComputingAsync. startBatchContext(StartBatchContextRequest request, AsyncHandler<StartBatchContextRequest,StartBatchContextResponse> handler)Activates a batch context to accept new jobs.Future<StartBatchContextResponse>BatchComputingAsyncClient. startBatchContext(StartBatchContextRequest request, AsyncHandler<StartBatchContextRequest,StartBatchContextResponse> handler)StartBatchContextResponseBatchComputingClient. startBatchContext(StartBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type StartBatchContextRequest Modifier and Type Method Description Future<StartBatchContextResponse>BatchComputingAsync. startBatchContext(StartBatchContextRequest request, AsyncHandler<StartBatchContextRequest,StartBatchContextResponse> handler)Activates a batch context to accept new jobs.Future<StartBatchContextResponse>BatchComputingAsyncClient. startBatchContext(StartBatchContextRequest request, AsyncHandler<StartBatchContextRequest,StartBatchContextResponse> handler) -
Uses of StartBatchContextRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StartBatchContextRequest Modifier and Type Method Description StartBatchContextRequestStartBatchContextRequest.Builder. build()Build the instance of StartBatchContextRequest as configured by this builderStartBatchContextRequestStartBatchContextRequest.Builder. buildWithoutInvocationCallback()Build the instance of StartBatchContextRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type StartBatchContextRequest Modifier and Type Method Description StartBatchContextRequest.BuilderStartBatchContextRequest.Builder. copy(StartBatchContextRequest o)Copy method to populate the builder with values from the given instance.
-