Uses of Class
com.oracle.bmc.dataintegration.responses.ListPipelinesResponse
-
Packages that use ListPipelinesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListPipelinesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListPipelinesResponse 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.ListPipelinesResponseDataIntegrationClient. listPipelines(ListPipelinesRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListPipelinesResponse 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)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 ListPipelinesResponse 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 ListPipelinesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListPipelinesResponse Modifier and Type Method Description ListPipelinesResponseListPipelinesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListPipelinesResponse Modifier and Type Method Description ListPipelinesResponse.BuilderListPipelinesResponse.Builder. copy(ListPipelinesResponse o)Copy method to populate the builder with values from the given instance.
-