Uses of Class
com.oracle.bmc.dataintegration.requests.ListExportRequestsRequest
-
Packages that use ListExportRequestsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListExportRequestsRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListExportRequestsRequest Modifier and Type Method Description ListExportRequestsResponseDataIntegration. listExportRequests(ListExportRequestsRequest request)This endpoint can be used to get the list of export object requests.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)ListExportRequestsResponseDataIntegrationClient. listExportRequests(ListExportRequestsRequest request)Iterable<ExportRequestSummary>DataIntegrationPaginators. listExportRequestsRecordIterator(ListExportRequestsRequest request)Creates a new iterable which will iterate over theExportRequestSummaryobjects contained in responses from the listExportRequests operation.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 ListExportRequestsRequest 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 ListExportRequestsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListExportRequestsRequest Modifier and Type Method Description ListExportRequestsRequestListExportRequestsRequest.Builder. build()Build the instance of ListExportRequestsRequest as configured by this builderListExportRequestsRequestListExportRequestsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListExportRequestsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListExportRequestsRequest Modifier and Type Method Description ListExportRequestsRequest.BuilderListExportRequestsRequest.Builder. copy(ListExportRequestsRequest o)Copy method to populate the builder with values from the given instance.
-