Uses of Class
com.oracle.bmc.dataintegration.responses.ListImportRequestsResponse
-
Packages that use ListImportRequestsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListImportRequestsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListImportRequestsResponse Modifier and Type Method Description ListImportRequestsResponseDataIntegration. listImportRequests(ListImportRequestsRequest request)This endpoint can be used to get the list of import object requests.ListImportRequestsResponseDataIntegrationClient. listImportRequests(ListImportRequestsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListImportRequestsResponse 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)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 ListImportRequestsResponse 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 ListImportRequestsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListImportRequestsResponse Modifier and Type Method Description ListImportRequestsResponseListImportRequestsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListImportRequestsResponse Modifier and Type Method Description ListImportRequestsResponse.BuilderListImportRequestsResponse.Builder. copy(ListImportRequestsResponse o)Copy method to populate the builder with values from the given instance.
-