Uses of Class
com.oracle.bmc.dataintegration.responses.GetCopyObjectRequestResponse
-
Packages that use GetCopyObjectRequestResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetCopyObjectRequestResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetCopyObjectRequestResponse Modifier and Type Method Description GetCopyObjectRequestResponse
DataIntegration. getCopyObjectRequest(GetCopyObjectRequestRequest request)
This endpoint can be used to get the summary/details of object being copied.GetCopyObjectRequestResponse
DataIntegrationClient. getCopyObjectRequest(GetCopyObjectRequestRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetCopyObjectRequestResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetCopyObjectRequestResponse 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 GetCopyObjectRequestResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetCopyObjectRequestResponse Modifier and Type Method Description GetCopyObjectRequestResponse
GetCopyObjectRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetCopyObjectRequestResponse Modifier and Type Method Description GetCopyObjectRequestResponse.Builder
GetCopyObjectRequestResponse.Builder. copy(GetCopyObjectRequestResponse o)
Copy method to populate the builder with values from the given instance.
-