Uses of Class
com.oracle.bmc.dataintegration.requests.ListImportRequestsRequest
-
Packages that use ListImportRequestsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListImportRequestsRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListImportRequestsRequest Modifier and Type Method Description ListImportRequestsResponse
DataIntegration. listImportRequests(ListImportRequestsRequest request)
This endpoint can be used to get the list of import object requests.Future<ListImportRequestsResponse>
DataIntegrationAsync. listImportRequests(ListImportRequestsRequest request, AsyncHandler<ListImportRequestsRequest,ListImportRequestsResponse> handler)
This endpoint can be used to get the list of import object requests.Future<ListImportRequestsResponse>
DataIntegrationAsyncClient. listImportRequests(ListImportRequestsRequest request, AsyncHandler<ListImportRequestsRequest,ListImportRequestsResponse> handler)
ListImportRequestsResponse
DataIntegrationClient. listImportRequests(ListImportRequestsRequest request)
Iterable<ImportRequestSummary>
DataIntegrationPaginators. listImportRequestsRecordIterator(ListImportRequestsRequest request)
Creates a new iterable which will iterate over theImportRequestSummary
objects contained in responses from the listImportRequests operation.Iterable<ListImportRequestsResponse>
DataIntegrationPaginators. listImportRequestsResponseIterator(ListImportRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listImportRequests operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListImportRequestsRequest Modifier and Type Method Description Future<ListImportRequestsResponse>
DataIntegrationAsync. listImportRequests(ListImportRequestsRequest request, AsyncHandler<ListImportRequestsRequest,ListImportRequestsResponse> handler)
This endpoint can be used to get the list of import object requests.Future<ListImportRequestsResponse>
DataIntegrationAsyncClient. listImportRequests(ListImportRequestsRequest request, AsyncHandler<ListImportRequestsRequest,ListImportRequestsResponse> handler)
-
Uses of ListImportRequestsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListImportRequestsRequest Modifier and Type Method Description ListImportRequestsRequest
ListImportRequestsRequest.Builder. build()
Build the instance of ListImportRequestsRequest as configured by this builderListImportRequestsRequest
ListImportRequestsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListImportRequestsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListImportRequestsRequest Modifier and Type Method Description ListImportRequestsRequest.Builder
ListImportRequestsRequest.Builder. copy(ListImportRequestsRequest o)
Copy method to populate the builder with values from the given instance.
-