Uses of Class
com.oracle.bmc.dataintegration.requests.ListTasksRequest
-
Packages that use ListTasksRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListTasksRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListTasksRequest Modifier and Type Method Description ListTasksResponse
DataIntegration. listTasks(ListTasksRequest request)
Retrieves a list of all tasks in a specified project or folder.Future<ListTasksResponse>
DataIntegrationAsync. listTasks(ListTasksRequest request, AsyncHandler<ListTasksRequest,ListTasksResponse> handler)
Retrieves a list of all tasks in a specified project or folder.Future<ListTasksResponse>
DataIntegrationAsyncClient. listTasks(ListTasksRequest request, AsyncHandler<ListTasksRequest,ListTasksResponse> handler)
ListTasksResponse
DataIntegrationClient. listTasks(ListTasksRequest request)
Iterable<TaskSummary>
DataIntegrationPaginators. listTasksRecordIterator(ListTasksRequest request)
Creates a new iterable which will iterate over theTaskSummary
objects contained in responses from the listTasks operation.Iterable<ListTasksResponse>
DataIntegrationPaginators. listTasksResponseIterator(ListTasksRequest request)
Creates a new iterable which will iterate over the responses received from the listTasks operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListTasksRequest Modifier and Type Method Description Future<ListTasksResponse>
DataIntegrationAsync. listTasks(ListTasksRequest request, AsyncHandler<ListTasksRequest,ListTasksResponse> handler)
Retrieves a list of all tasks in a specified project or folder.Future<ListTasksResponse>
DataIntegrationAsyncClient. listTasks(ListTasksRequest request, AsyncHandler<ListTasksRequest,ListTasksResponse> handler)
-
Uses of ListTasksRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListTasksRequest Modifier and Type Method Description ListTasksRequest
ListTasksRequest.Builder. build()
Build the instance of ListTasksRequest as configured by this builderListTasksRequest
ListTasksRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTasksRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListTasksRequest Modifier and Type Method Description ListTasksRequest.Builder
ListTasksRequest.Builder. copy(ListTasksRequest o)
Copy method to populate the builder with values from the given instance.
-