Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.responses |
Modifier and Type | Method and Description |
---|---|
ListTasksResponse |
DataIntegrationClient.listTasks(ListTasksRequest request) |
ListTasksResponse |
DataIntegration.listTasks(ListTasksRequest request)
Retrieves a list of all tasks in a specified project or folder.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListTasksResponse |
ListTasksResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTasksResponse.Builder |
ListTasksResponse.Builder.copy(ListTasksResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.