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