Uses of Class
com.oracle.bmc.batch.requests.UpdateBatchTaskProfileRequest
-
Packages that use UpdateBatchTaskProfileRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchTaskProfileRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UpdateBatchTaskProfileRequest Modifier and Type Method Description UpdateBatchTaskProfileResponseBatchComputing. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request)Updates a batch task profile.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)UpdateBatchTaskProfileResponseBatchComputingClient. updateBatchTaskProfile(UpdateBatchTaskProfileRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchTaskProfileRequest 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 UpdateBatchTaskProfileRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchTaskProfileRequest Modifier and Type Method Description UpdateBatchTaskProfileRequestUpdateBatchTaskProfileRequest.Builder. build()Build the instance of UpdateBatchTaskProfileRequest as configured by this builderUpdateBatchTaskProfileRequestUpdateBatchTaskProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBatchTaskProfileRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchTaskProfileRequest Modifier and Type Method Description UpdateBatchTaskProfileRequest.BuilderUpdateBatchTaskProfileRequest.Builder. copy(UpdateBatchTaskProfileRequest o)Copy method to populate the builder with values from the given instance.
-