Uses of Class
com.oracle.bmc.dataintegration.responses.ListCopyObjectRequestsResponse
-
Packages that use ListCopyObjectRequestsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListCopyObjectRequestsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListCopyObjectRequestsResponse Modifier and Type Method Description ListCopyObjectRequestsResponseDataIntegration. listCopyObjectRequests(ListCopyObjectRequestsRequest request)This endpoint can be used to get the list of copy object requests.ListCopyObjectRequestsResponseDataIntegrationClient. listCopyObjectRequests(ListCopyObjectRequestsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListCopyObjectRequestsResponse Modifier and Type Method Description Future<ListCopyObjectRequestsResponse>DataIntegrationAsync. listCopyObjectRequests(ListCopyObjectRequestsRequest request, AsyncHandler<ListCopyObjectRequestsRequest,ListCopyObjectRequestsResponse> handler)This endpoint can be used to get the list of copy object requests.Future<ListCopyObjectRequestsResponse>DataIntegrationAsyncClient. listCopyObjectRequests(ListCopyObjectRequestsRequest request, AsyncHandler<ListCopyObjectRequestsRequest,ListCopyObjectRequestsResponse> handler)Iterable<ListCopyObjectRequestsResponse>DataIntegrationPaginators. listCopyObjectRequestsResponseIterator(ListCopyObjectRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listCopyObjectRequests operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListCopyObjectRequestsResponse Modifier and Type Method Description Future<ListCopyObjectRequestsResponse>DataIntegrationAsync. listCopyObjectRequests(ListCopyObjectRequestsRequest request, AsyncHandler<ListCopyObjectRequestsRequest,ListCopyObjectRequestsResponse> handler)This endpoint can be used to get the list of copy object requests.Future<ListCopyObjectRequestsResponse>DataIntegrationAsyncClient. listCopyObjectRequests(ListCopyObjectRequestsRequest request, AsyncHandler<ListCopyObjectRequestsRequest,ListCopyObjectRequestsResponse> handler) -
Uses of ListCopyObjectRequestsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListCopyObjectRequestsResponse Modifier and Type Method Description ListCopyObjectRequestsResponseListCopyObjectRequestsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListCopyObjectRequestsResponse Modifier and Type Method Description ListCopyObjectRequestsResponse.BuilderListCopyObjectRequestsResponse.Builder. copy(ListCopyObjectRequestsResponse o)Copy method to populate the builder with values from the given instance.
-