Uses of Class
com.oracle.bmc.dataintegration.responses.ListTaskRunsResponse
-
Packages that use ListTaskRunsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListTaskRunsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListTaskRunsResponse Modifier and Type Method Description ListTaskRunsResponse
DataIntegration. listTaskRuns(ListTaskRunsRequest request)
Retrieves a list of task runs and provides options to filter the list.ListTaskRunsResponse
DataIntegrationClient. listTaskRuns(ListTaskRunsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListTaskRunsResponse Modifier and Type Method Description Future<ListTaskRunsResponse>
DataIntegrationAsync. listTaskRuns(ListTaskRunsRequest request, AsyncHandler<ListTaskRunsRequest,ListTaskRunsResponse> handler)
Retrieves a list of task runs and provides options to filter the list.Future<ListTaskRunsResponse>
DataIntegrationAsyncClient. listTaskRuns(ListTaskRunsRequest request, AsyncHandler<ListTaskRunsRequest,ListTaskRunsResponse> handler)
Iterable<ListTaskRunsResponse>
DataIntegrationPaginators. listTaskRunsResponseIterator(ListTaskRunsRequest request)
Creates a new iterable which will iterate over the responses received from the listTaskRuns operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListTaskRunsResponse Modifier and Type Method Description Future<ListTaskRunsResponse>
DataIntegrationAsync. listTaskRuns(ListTaskRunsRequest request, AsyncHandler<ListTaskRunsRequest,ListTaskRunsResponse> handler)
Retrieves a list of task runs and provides options to filter the list.Future<ListTaskRunsResponse>
DataIntegrationAsyncClient. listTaskRuns(ListTaskRunsRequest request, AsyncHandler<ListTaskRunsRequest,ListTaskRunsResponse> handler)
-
Uses of ListTaskRunsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListTaskRunsResponse Modifier and Type Method Description ListTaskRunsResponse
ListTaskRunsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListTaskRunsResponse Modifier and Type Method Description ListTaskRunsResponse.Builder
ListTaskRunsResponse.Builder. copy(ListTaskRunsResponse o)
Copy method to populate the builder with values from the given instance.
-