Uses of Class
com.oracle.bmc.batch.responses.CreateBatchContextResponse
-
Packages that use CreateBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of CreateBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return CreateBatchContextResponse Modifier and Type Method Description CreateBatchContextResponseBatchComputing. createBatchContext(CreateBatchContextRequest request)Creates a batch context.CreateBatchContextResponseBatchComputingClient. createBatchContext(CreateBatchContextRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type CreateBatchContextResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchContextResponse 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 CreateBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return CreateBatchContextResponse Modifier and Type Method Description CreateBatchContextResponseCreateBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type CreateBatchContextResponse Modifier and Type Method Description CreateBatchContextResponse.BuilderCreateBatchContextResponse.Builder. copy(CreateBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-