Uses of Class
com.oracle.bmc.goldengate.model.PipelineSchemaTableSummary
- 
Packages that use PipelineSchemaTableSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model 
- 
- 
Uses of PipelineSchemaTableSummary in com.oracle.bmc.goldengateMethods in com.oracle.bmc.goldengate that return types with arguments of type PipelineSchemaTableSummary Modifier and Type Method Description Iterable<PipelineSchemaTableSummary>GoldenGatePaginators. listPipelineSchemaTablesRecordIterator(ListPipelineSchemaTablesRequest request)Creates a new iterable which will iterate over thePipelineSchemaTableSummaryobjects contained in responses from the listPipelineSchemaTables operation.
- 
Uses of PipelineSchemaTableSummary in com.oracle.bmc.goldengate.modelMethods in com.oracle.bmc.goldengate.model that return PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableSummaryPipelineSchemaTableSummary.Builder. build()Methods in com.oracle.bmc.goldengate.model that return types with arguments of type PipelineSchemaTableSummary Modifier and Type Method Description List<PipelineSchemaTableSummary>PipelineSchemaTableCollection. getItems()Array of source or target schema tables of a pipeline’s assigned connection.Methods in com.oracle.bmc.goldengate.model with parameters of type PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableSummary.BuilderPipelineSchemaTableSummary.Builder. copy(PipelineSchemaTableSummary model)Method parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaTableSummary Modifier and Type Method Description PipelineSchemaTableCollection.BuilderPipelineSchemaTableCollection.Builder. items(List<PipelineSchemaTableSummary> items)Array of source or target schema tables of a pipeline’s assigned connection.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaTableSummary Constructor Description PipelineSchemaTableCollection(String sourceSchemaName, String targetSchemaName, List<PipelineSchemaTableSummary> items)Deprecated.
 
-