Uses of Class
com.oracle.bmc.batch.responses.StartBatchContextResponse
-
Packages that use StartBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of StartBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return StartBatchContextResponse Modifier and Type Method Description StartBatchContextResponseBatchComputing. startBatchContext(StartBatchContextRequest request)Activates a batch context to accept new jobs.StartBatchContextResponseBatchComputingClient. startBatchContext(StartBatchContextRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type StartBatchContextResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type StartBatchContextResponse 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 StartBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return StartBatchContextResponse Modifier and Type Method Description StartBatchContextResponseStartBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type StartBatchContextResponse Modifier and Type Method Description StartBatchContextResponse.BuilderStartBatchContextResponse.Builder. copy(StartBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-