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