Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
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.
|
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<PipelineSummary> |
DataIntegrationPaginators.listPipelinesRecordIterator(ListPipelinesRequest request)
Creates a new iterable which will iterate over the
PipelineSummary objects contained in responses from the
listPipelines operation. |
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 |
---|---|
ListPipelinesRequest |
ListPipelinesRequest.Builder.build()
Build the instance of ListPipelinesRequest as configured by this builder
|
ListPipelinesRequest |
ListPipelinesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPipelinesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest.Builder |
ListPipelinesRequest.Builder.copy(ListPipelinesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.