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.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type UpdateCopyObjectRequestRequest Modifier and Type Method Description UpdateCopyObjectRequestResponse
DataIntegration. 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)
UpdateCopyObjectRequestResponse
DataIntegrationClient. 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.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateCopyObjectRequestRequest Modifier and Type Method Description UpdateCopyObjectRequestRequest
UpdateCopyObjectRequestRequest.Builder. build()
Build the instance of UpdateCopyObjectRequestRequest as configured by this builderUpdateCopyObjectRequestRequest
UpdateCopyObjectRequestRequest.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.Builder
UpdateCopyObjectRequestRequest.Builder. copy(UpdateCopyObjectRequestRequest o)
Copy method to populate the builder with values from the given instance.
-