Uses of Class
com.oracle.bmc.dataintegration.responses.ListRuntimePipelinesResponse
-
Packages that use ListRuntimePipelinesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListRuntimePipelinesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListRuntimePipelinesResponse Modifier and Type Method Description ListRuntimePipelinesResponseDataIntegration. listRuntimePipelines(ListRuntimePipelinesRequest request)This endpoint can be used to list runtime pipelines with filtering optionsListRuntimePipelinesResponseDataIntegrationClient. listRuntimePipelines(ListRuntimePipelinesRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListRuntimePipelinesResponse Modifier and Type Method Description Future<ListRuntimePipelinesResponse>DataIntegrationAsync. listRuntimePipelines(ListRuntimePipelinesRequest request, AsyncHandler<ListRuntimePipelinesRequest,ListRuntimePipelinesResponse> handler)This endpoint can be used to list runtime pipelines with filtering optionsFuture<ListRuntimePipelinesResponse>DataIntegrationAsyncClient. listRuntimePipelines(ListRuntimePipelinesRequest request, AsyncHandler<ListRuntimePipelinesRequest,ListRuntimePipelinesResponse> handler)Iterable<ListRuntimePipelinesResponse>DataIntegrationPaginators. listRuntimePipelinesResponseIterator(ListRuntimePipelinesRequest request)Creates a new iterable which will iterate over the responses received from the listRuntimePipelines operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListRuntimePipelinesResponse Modifier and Type Method Description Future<ListRuntimePipelinesResponse>DataIntegrationAsync. listRuntimePipelines(ListRuntimePipelinesRequest request, AsyncHandler<ListRuntimePipelinesRequest,ListRuntimePipelinesResponse> handler)This endpoint can be used to list runtime pipelines with filtering optionsFuture<ListRuntimePipelinesResponse>DataIntegrationAsyncClient. listRuntimePipelines(ListRuntimePipelinesRequest request, AsyncHandler<ListRuntimePipelinesRequest,ListRuntimePipelinesResponse> handler) -
Uses of ListRuntimePipelinesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListRuntimePipelinesResponse Modifier and Type Method Description ListRuntimePipelinesResponseListRuntimePipelinesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListRuntimePipelinesResponse Modifier and Type Method Description ListRuntimePipelinesResponse.BuilderListRuntimePipelinesResponse.Builder. copy(ListRuntimePipelinesResponse o)Copy method to populate the builder with values from the given instance.
-