Uses of Class
com.oracle.bmc.batch.requests.UpdateBatchTaskEnvironmentRequest
-
Packages that use UpdateBatchTaskEnvironmentRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchTaskEnvironmentRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UpdateBatchTaskEnvironmentRequest Modifier and Type Method Description UpdateBatchTaskEnvironmentResponseBatchComputing. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request)Updates a batch task environment.Future<UpdateBatchTaskEnvironmentResponse>BatchComputingAsync. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request, AsyncHandler<UpdateBatchTaskEnvironmentRequest,UpdateBatchTaskEnvironmentResponse> handler)Updates a batch task environment.Future<UpdateBatchTaskEnvironmentResponse>BatchComputingAsyncClient. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request, AsyncHandler<UpdateBatchTaskEnvironmentRequest,UpdateBatchTaskEnvironmentResponse> handler)UpdateBatchTaskEnvironmentResponseBatchComputingClient. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchTaskEnvironmentRequest Modifier and Type Method Description Future<UpdateBatchTaskEnvironmentResponse>BatchComputingAsync. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request, AsyncHandler<UpdateBatchTaskEnvironmentRequest,UpdateBatchTaskEnvironmentResponse> handler)Updates a batch task environment.Future<UpdateBatchTaskEnvironmentResponse>BatchComputingAsyncClient. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request, AsyncHandler<UpdateBatchTaskEnvironmentRequest,UpdateBatchTaskEnvironmentResponse> handler) -
Uses of UpdateBatchTaskEnvironmentRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchTaskEnvironmentRequest Modifier and Type Method Description UpdateBatchTaskEnvironmentRequestUpdateBatchTaskEnvironmentRequest.Builder. build()Build the instance of UpdateBatchTaskEnvironmentRequest as configured by this builderUpdateBatchTaskEnvironmentRequestUpdateBatchTaskEnvironmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBatchTaskEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchTaskEnvironmentRequest Modifier and Type Method Description UpdateBatchTaskEnvironmentRequest.BuilderUpdateBatchTaskEnvironmentRequest.Builder. copy(UpdateBatchTaskEnvironmentRequest o)Copy method to populate the builder with values from the given instance.
-