Uses of Class
com.oracle.bmc.dataintegration.requests.GetCopyObjectRequestRequest
-
Packages that use GetCopyObjectRequestRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetCopyObjectRequestRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetCopyObjectRequestRequest Modifier and Type Method Description GetCopyObjectRequestResponse
DataIntegration. getCopyObjectRequest(GetCopyObjectRequestRequest request)
This endpoint can be used to get the summary/details of object being copied.Future<GetCopyObjectRequestResponse>
DataIntegrationAsync. getCopyObjectRequest(GetCopyObjectRequestRequest request, AsyncHandler<GetCopyObjectRequestRequest,GetCopyObjectRequestResponse> handler)
This endpoint can be used to get the summary/details of object being copied.Future<GetCopyObjectRequestResponse>
DataIntegrationAsyncClient. getCopyObjectRequest(GetCopyObjectRequestRequest request, AsyncHandler<GetCopyObjectRequestRequest,GetCopyObjectRequestResponse> handler)
GetCopyObjectRequestResponse
DataIntegrationClient. getCopyObjectRequest(GetCopyObjectRequestRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetCopyObjectRequestRequest Modifier and Type Method Description Future<GetCopyObjectRequestResponse>
DataIntegrationAsync. getCopyObjectRequest(GetCopyObjectRequestRequest request, AsyncHandler<GetCopyObjectRequestRequest,GetCopyObjectRequestResponse> handler)
This endpoint can be used to get the summary/details of object being copied.Future<GetCopyObjectRequestResponse>
DataIntegrationAsyncClient. getCopyObjectRequest(GetCopyObjectRequestRequest request, AsyncHandler<GetCopyObjectRequestRequest,GetCopyObjectRequestResponse> handler)
-
Uses of GetCopyObjectRequestRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetCopyObjectRequestRequest Modifier and Type Method Description GetCopyObjectRequestRequest
GetCopyObjectRequestRequest.Builder. build()
Build the instance of GetCopyObjectRequestRequest as configured by this builderGetCopyObjectRequestRequest
GetCopyObjectRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCopyObjectRequestRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetCopyObjectRequestRequest Modifier and Type Method Description GetCopyObjectRequestRequest.Builder
GetCopyObjectRequestRequest.Builder. copy(GetCopyObjectRequestRequest o)
Copy method to populate the builder with values from the given instance.
-