Uses of Class
com.oracle.bmc.dataintegration.requests.UpdateCopyObjectRequestRequest
- 
Packages that use UpdateCopyObjectRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of UpdateCopyObjectRequestRequest in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type UpdateCopyObjectRequestRequest Modifier and Type Method Description UpdateCopyObjectRequestResponseDataIntegration. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request)Updates the status of a copy object request.Future<UpdateCopyObjectRequestResponse>DataIntegrationAsync. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request, AsyncHandler<UpdateCopyObjectRequestRequest,UpdateCopyObjectRequestResponse> handler)Updates the status of a copy object request.Future<UpdateCopyObjectRequestResponse>DataIntegrationAsyncClient. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request, AsyncHandler<UpdateCopyObjectRequestRequest,UpdateCopyObjectRequestResponse> handler)UpdateCopyObjectRequestResponseDataIntegrationClient. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request)Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateCopyObjectRequestRequest Modifier and Type Method Description Future<UpdateCopyObjectRequestResponse>DataIntegrationAsync. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request, AsyncHandler<UpdateCopyObjectRequestRequest,UpdateCopyObjectRequestResponse> handler)Updates the status of a copy object request.Future<UpdateCopyObjectRequestResponse>DataIntegrationAsyncClient. updateCopyObjectRequest(UpdateCopyObjectRequestRequest request, AsyncHandler<UpdateCopyObjectRequestRequest,UpdateCopyObjectRequestResponse> handler)
- 
Uses of UpdateCopyObjectRequestRequest in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return UpdateCopyObjectRequestRequest Modifier and Type Method Description UpdateCopyObjectRequestRequestUpdateCopyObjectRequestRequest.Builder. build()Build the instance of UpdateCopyObjectRequestRequest as configured by this builderUpdateCopyObjectRequestRequestUpdateCopyObjectRequestRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCopyObjectRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateCopyObjectRequestRequest Modifier and Type Method Description UpdateCopyObjectRequestRequest.BuilderUpdateCopyObjectRequestRequest.Builder. copy(UpdateCopyObjectRequestRequest o)Copy method to populate the builder with values from the given instance.
 
-