Uses of Class
com.oracle.bmc.dataintegration.responses.ListTasksResponse
-
Packages that use ListTasksResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListTasksResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListTasksResponse Modifier and Type Method Description ListTasksResponse
DataIntegration. listTasks(ListTasksRequest request)
Retrieves a list of all tasks in a specified project or folder.ListTasksResponse
DataIntegrationClient. listTasks(ListTasksRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListTasksResponse 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)
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 ListTasksResponse 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 ListTasksResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListTasksResponse Modifier and Type Method Description ListTasksResponse
ListTasksResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListTasksResponse Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.Builder. copy(ListTasksResponse o)
Copy method to populate the builder with values from the given instance.
-