Uses of Class
com.oracle.bmc.gdp.model.GdpPipelineSummary
-
Packages that use GdpPipelineSummary Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.model -
-
Uses of GdpPipelineSummary in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp that return types with arguments of type GdpPipelineSummary Modifier and Type Method Description Iterable<GdpPipelineSummary>GuardedDataPipelinePaginators. listGdpPipelinesRecordIterator(ListGdpPipelinesRequest request)Creates a new iterable which will iterate over theGdpPipelineSummaryobjects contained in responses from the listGdpPipelines operation. -
Uses of GdpPipelineSummary in com.oracle.bmc.gdp.model
Methods in com.oracle.bmc.gdp.model that return GdpPipelineSummary Modifier and Type Method Description GdpPipelineSummaryGdpPipelineSummary.Builder. build()Methods in com.oracle.bmc.gdp.model that return types with arguments of type GdpPipelineSummary Modifier and Type Method Description List<GdpPipelineSummary>GdpPipelineCollection. getItems()List of pipelines within a compartment.Methods in com.oracle.bmc.gdp.model with parameters of type GdpPipelineSummary Modifier and Type Method Description GdpPipelineSummary.BuilderGdpPipelineSummary.Builder. copy(GdpPipelineSummary model)Method parameters in com.oracle.bmc.gdp.model with type arguments of type GdpPipelineSummary Modifier and Type Method Description GdpPipelineCollection.BuilderGdpPipelineCollection.Builder. items(List<GdpPipelineSummary> items)List of pipelines within a compartment.Constructor parameters in com.oracle.bmc.gdp.model with type arguments of type GdpPipelineSummary Constructor Description GdpPipelineCollection(List<GdpPipelineSummary> items)Deprecated.
-