Uses of Class
com.oracle.bmc.dataintegration.requests.ListPipelinesRequest
-
Packages that use ListPipelinesRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListPipelinesRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListPipelinesRequest Modifier and Type Method Description ListPipelinesResponseDataIntegration. 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)ListPipelinesResponseDataIntegrationClient. listPipelines(ListPipelinesRequest request)Iterable<PipelineSummary>DataIntegrationPaginators. listPipelinesRecordIterator(ListPipelinesRequest request)Creates a new iterable which will iterate over thePipelineSummaryobjects 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.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListPipelinesRequest Modifier and Type Method 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) -
Uses of ListPipelinesRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPipelinesRequest Modifier and Type Method Description ListPipelinesRequestListPipelinesRequest.Builder. build()Build the instance of ListPipelinesRequest as configured by this builderListPipelinesRequestListPipelinesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPipelinesRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListPipelinesRequest Modifier and Type Method Description ListPipelinesRequest.BuilderListPipelinesRequest.Builder. copy(ListPipelinesRequest o)Copy method to populate the builder with values from the given instance.
-