Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteCopyObjectRequestRequest
-
Packages that use DeleteCopyObjectRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteCopyObjectRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteCopyObjectRequestRequest Modifier and Type Method Description DeleteCopyObjectRequestResponse
DataIntegration. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request)
Delete copy object request using the specified identifier.Future<DeleteCopyObjectRequestResponse>
DataIntegrationAsync. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request, AsyncHandler<DeleteCopyObjectRequestRequest,DeleteCopyObjectRequestResponse> handler)
Delete copy object request using the specified identifier.Future<DeleteCopyObjectRequestResponse>
DataIntegrationAsyncClient. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request, AsyncHandler<DeleteCopyObjectRequestRequest,DeleteCopyObjectRequestResponse> handler)
DeleteCopyObjectRequestResponse
DataIntegrationClient. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteCopyObjectRequestRequest Modifier and Type Method Description Future<DeleteCopyObjectRequestResponse>
DataIntegrationAsync. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request, AsyncHandler<DeleteCopyObjectRequestRequest,DeleteCopyObjectRequestResponse> handler)
Delete copy object request using the specified identifier.Future<DeleteCopyObjectRequestResponse>
DataIntegrationAsyncClient. deleteCopyObjectRequest(DeleteCopyObjectRequestRequest request, AsyncHandler<DeleteCopyObjectRequestRequest,DeleteCopyObjectRequestResponse> handler)
-
Uses of DeleteCopyObjectRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteCopyObjectRequestRequest Modifier and Type Method Description DeleteCopyObjectRequestRequest
DeleteCopyObjectRequestRequest.Builder. build()
Build the instance of DeleteCopyObjectRequestRequest as configured by this builderDeleteCopyObjectRequestRequest
DeleteCopyObjectRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCopyObjectRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteCopyObjectRequestRequest Modifier and Type Method Description DeleteCopyObjectRequestRequest.Builder
DeleteCopyObjectRequestRequest.Builder. copy(DeleteCopyObjectRequestRequest o)
Copy method to populate the builder with values from the given instance.
-