Uses of Class
com.oracle.bmc.batch.responses.UpdateBatchContextResponse
-
Packages that use UpdateBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UpdateBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UpdateBatchContextResponse Modifier and Type Method Description UpdateBatchContextResponseBatchComputing. updateBatchContext(UpdateBatchContextRequest request)Updates a batch context.UpdateBatchContextResponseBatchComputingClient. updateBatchContext(UpdateBatchContextRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UpdateBatchContextResponse Modifier and Type Method Description Future<UpdateBatchContextResponse>BatchComputingAsync. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler)Updates a batch context.Future<UpdateBatchContextResponse>BatchComputingAsyncClient. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchContextResponse Modifier and Type Method Description Future<UpdateBatchContextResponse>BatchComputingAsync. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler)Updates a batch context.Future<UpdateBatchContextResponse>BatchComputingAsyncClient. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler) -
Uses of UpdateBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UpdateBatchContextResponse Modifier and Type Method Description UpdateBatchContextResponseUpdateBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UpdateBatchContextResponse Modifier and Type Method Description UpdateBatchContextResponse.BuilderUpdateBatchContextResponse.Builder. copy(UpdateBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-