Uses of Class
com.oracle.bmc.dataintegration.responses.CreateCopyObjectRequestResponse
-
Packages that use CreateCopyObjectRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateCopyObjectRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateCopyObjectRequestResponse Modifier and Type Method Description CreateCopyObjectRequestResponse
DataIntegration. createCopyObjectRequest(CreateCopyObjectRequestRequest request)
Copy Metadata Object.CreateCopyObjectRequestResponse
DataIntegrationClient. createCopyObjectRequest(CreateCopyObjectRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateCopyObjectRequestResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateCopyObjectRequestResponse 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 CreateCopyObjectRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateCopyObjectRequestResponse Modifier and Type Method Description CreateCopyObjectRequestResponse
CreateCopyObjectRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateCopyObjectRequestResponse Modifier and Type Method Description CreateCopyObjectRequestResponse.Builder
CreateCopyObjectRequestResponse.Builder. copy(CreateCopyObjectRequestResponse o)
Copy method to populate the builder with values from the given instance.
-