Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.responses |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResponse |
DataIntegrationClient.listPipelines(ListPipelinesRequest request) |
ListPipelinesResponse |
DataIntegration.listPipelines(ListPipelinesRequest request)
Retrieves a list of pipelines in a project or folder from within a workspace, the query
parameter specifies the project or folder.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPipelinesResponse> |
DataIntegrationAsync.listPipelines(ListPipelinesRequest request,
AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler)
Retrieves a list of pipelines in a project or folder from within a workspace, the query
parameter specifies the project or folder.
|
Future<ListPipelinesResponse> |
DataIntegrationAsyncClient.listPipelines(ListPipelinesRequest request,
AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler) |
Iterable<ListPipelinesResponse> |
DataIntegrationPaginators.listPipelinesResponseIterator(ListPipelinesRequest request)
Creates a new iterable which will iterate over the responses received from the listPipelines
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPipelinesResponse> |
DataIntegrationAsync.listPipelines(ListPipelinesRequest request,
AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler)
Retrieves a list of pipelines in a project or folder from within a workspace, the query
parameter specifies the project or folder.
|
Future<ListPipelinesResponse> |
DataIntegrationAsyncClient.listPipelines(ListPipelinesRequest request,
AsyncHandler<ListPipelinesRequest,ListPipelinesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResponse |
ListPipelinesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesResponse.Builder |
ListPipelinesResponse.Builder.copy(ListPipelinesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.