Uses of Class
com.oracle.bmc.batch.responses.UpdateBatchTaskEnvironmentResponse
-
Packages that use UpdateBatchTaskEnvironmentResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UpdateBatchTaskEnvironmentResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UpdateBatchTaskEnvironmentResponse Modifier and Type Method Description UpdateBatchTaskEnvironmentResponseBatchComputing. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request)Updates a batch task environment.UpdateBatchTaskEnvironmentResponseBatchComputingClient. updateBatchTaskEnvironment(UpdateBatchTaskEnvironmentRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UpdateBatchTaskEnvironmentResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchTaskEnvironmentResponse 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 UpdateBatchTaskEnvironmentResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UpdateBatchTaskEnvironmentResponse Modifier and Type Method Description UpdateBatchTaskEnvironmentResponseUpdateBatchTaskEnvironmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UpdateBatchTaskEnvironmentResponse Modifier and Type Method Description UpdateBatchTaskEnvironmentResponse.BuilderUpdateBatchTaskEnvironmentResponse.Builder. copy(UpdateBatchTaskEnvironmentResponse o)Copy method to populate the builder with values from the given instance.
-