Uses of Class
com.oracle.bmc.batch.requests.UpdateBatchContextRequest
-
Packages that use UpdateBatchContextRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchContextRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UpdateBatchContextRequest Modifier and Type Method Description UpdateBatchContextResponseBatchComputing. updateBatchContext(UpdateBatchContextRequest request)Updates a batch context.Future<UpdateBatchContextResponse>BatchComputingAsync. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler)Updates a batch context.Future<UpdateBatchContextResponse>BatchComputingAsyncClient. updateBatchContext(UpdateBatchContextRequest request, AsyncHandler<UpdateBatchContextRequest,UpdateBatchContextResponse> handler)UpdateBatchContextResponseBatchComputingClient. updateBatchContext(UpdateBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchContextRequest 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 UpdateBatchContextRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchContextRequest Modifier and Type Method Description UpdateBatchContextRequestUpdateBatchContextRequest.Builder. build()Build the instance of UpdateBatchContextRequest as configured by this builderUpdateBatchContextRequestUpdateBatchContextRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBatchContextRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchContextRequest Modifier and Type Method Description UpdateBatchContextRequest.BuilderUpdateBatchContextRequest.Builder. copy(UpdateBatchContextRequest o)Copy method to populate the builder with values from the given instance.
-