Uses of Class
com.oracle.bmc.batch.requests.CreateBatchContextRequest
-
Packages that use CreateBatchContextRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of CreateBatchContextRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type CreateBatchContextRequest Modifier and Type Method Description CreateBatchContextResponseBatchComputing. createBatchContext(CreateBatchContextRequest request)Creates a batch context.Future<CreateBatchContextResponse>BatchComputingAsync. createBatchContext(CreateBatchContextRequest request, AsyncHandler<CreateBatchContextRequest,CreateBatchContextResponse> handler)Creates a batch context.Future<CreateBatchContextResponse>BatchComputingAsyncClient. createBatchContext(CreateBatchContextRequest request, AsyncHandler<CreateBatchContextRequest,CreateBatchContextResponse> handler)CreateBatchContextResponseBatchComputingClient. createBatchContext(CreateBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchContextRequest Modifier and Type Method Description Future<CreateBatchContextResponse>BatchComputingAsync. createBatchContext(CreateBatchContextRequest request, AsyncHandler<CreateBatchContextRequest,CreateBatchContextResponse> handler)Creates a batch context.Future<CreateBatchContextResponse>BatchComputingAsyncClient. createBatchContext(CreateBatchContextRequest request, AsyncHandler<CreateBatchContextRequest,CreateBatchContextResponse> handler) -
Uses of CreateBatchContextRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchContextRequest Modifier and Type Method Description CreateBatchContextRequestCreateBatchContextRequest.Builder. build()Build the instance of CreateBatchContextRequest as configured by this builderCreateBatchContextRequestCreateBatchContextRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateBatchContextRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type CreateBatchContextRequest Modifier and Type Method Description CreateBatchContextRequest.BuilderCreateBatchContextRequest.Builder. copy(CreateBatchContextRequest o)Copy method to populate the builder with values from the given instance.
-