Uses of Class
com.oracle.bmc.goldengate.model.PipelineSchemaSummary
-
Packages that use PipelineSchemaSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of PipelineSchemaSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type PipelineSchemaSummary Modifier and Type Method Description Iterable<PipelineSchemaSummary>
GoldenGatePaginators. listPipelineSchemasRecordIterator(ListPipelineSchemasRequest request)
Creates a new iterable which will iterate over thePipelineSchemaSummary
objects contained in responses from the listPipelineSchemas operation. -
Uses of PipelineSchemaSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PipelineSchemaSummary Modifier and Type Method Description PipelineSchemaSummary
PipelineSchemaSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type PipelineSchemaSummary Modifier and Type Method Description List<PipelineSchemaSummary>
PipelineSchemaCollection. getItems()
Array of pipeline schemasMethods in com.oracle.bmc.goldengate.model with parameters of type PipelineSchemaSummary Modifier and Type Method Description PipelineSchemaSummary.Builder
PipelineSchemaSummary.Builder. copy(PipelineSchemaSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaSummary Modifier and Type Method Description PipelineSchemaCollection.Builder
PipelineSchemaCollection.Builder. items(List<PipelineSchemaSummary> items)
Array of pipeline schemasConstructor parameters in com.oracle.bmc.goldengate.model with type arguments of type PipelineSchemaSummary Constructor Description PipelineSchemaCollection(List<PipelineSchemaSummary> items)
Deprecated.
-