Uses of Class
com.oracle.bmc.dataintegration.requests.ListTaskRunsRequest
-
Packages that use ListTaskRunsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListTaskRunsRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListTaskRunsRequest Modifier and Type Method Description ListTaskRunsResponseDataIntegration. listTaskRuns(ListTaskRunsRequest request)Retrieves a list of task runs and provides options to filter the list.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)ListTaskRunsResponseDataIntegrationClient. listTaskRuns(ListTaskRunsRequest request)Iterable<TaskRunSummary>DataIntegrationPaginators. listTaskRunsRecordIterator(ListTaskRunsRequest request)Creates a new iterable which will iterate over theTaskRunSummaryobjects contained in responses from the listTaskRuns operation.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 ListTaskRunsRequest 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 ListTaskRunsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListTaskRunsRequest Modifier and Type Method Description ListTaskRunsRequestListTaskRunsRequest.Builder. build()Build the instance of ListTaskRunsRequest as configured by this builderListTaskRunsRequestListTaskRunsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTaskRunsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListTaskRunsRequest Modifier and Type Method Description ListTaskRunsRequest.BuilderListTaskRunsRequest.Builder. copy(ListTaskRunsRequest o)Copy method to populate the builder with values from the given instance.
-