Uses of Class
com.oracle.bmc.batch.responses.UpdateBatchTaskProfileResponse
-
Packages that use UpdateBatchTaskProfileResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UpdateBatchTaskProfileResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UpdateBatchTaskProfileResponse Modifier and Type Method Description UpdateBatchTaskProfileResponseBatchComputing. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request)Updates a batch task profile.UpdateBatchTaskProfileResponseBatchComputingClient. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UpdateBatchTaskProfileResponse Modifier and Type Method Description Future<UpdateBatchTaskProfileResponse>BatchComputingAsync. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request, AsyncHandler<UpdateBatchTaskProfileRequest,UpdateBatchTaskProfileResponse> handler)Updates a batch task profile.Future<UpdateBatchTaskProfileResponse>BatchComputingAsyncClient. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request, AsyncHandler<UpdateBatchTaskProfileRequest,UpdateBatchTaskProfileResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchTaskProfileResponse Modifier and Type Method Description Future<UpdateBatchTaskProfileResponse>BatchComputingAsync. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request, AsyncHandler<UpdateBatchTaskProfileRequest,UpdateBatchTaskProfileResponse> handler)Updates a batch task profile.Future<UpdateBatchTaskProfileResponse>BatchComputingAsyncClient. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request, AsyncHandler<UpdateBatchTaskProfileRequest,UpdateBatchTaskProfileResponse> handler) -
Uses of UpdateBatchTaskProfileResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UpdateBatchTaskProfileResponse Modifier and Type Method Description UpdateBatchTaskProfileResponseUpdateBatchTaskProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UpdateBatchTaskProfileResponse Modifier and Type Method Description UpdateBatchTaskProfileResponse.BuilderUpdateBatchTaskProfileResponse.Builder. copy(UpdateBatchTaskProfileResponse o)Copy method to populate the builder with values from the given instance.
-