Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
Iterable<PipelineSchemaTableSummary> |
GoldenGatePaginators.listPipelineSchemaTablesRecordIterator(ListPipelineSchemaTablesRequest request)
Creates a new iterable which will iterate over the
PipelineSchemaTableSummary objects contained in responses
from the listPipelineSchemaTables operation. |
Modifier and Type | Method and Description |
---|---|
PipelineSchemaTableSummary |
PipelineSchemaTableSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PipelineSchemaTableSummary> |
PipelineSchemaTableCollection.getItems()
Array of source or target schema tables of a pipeline’s assigned connection.
|
Modifier and Type | Method and Description |
---|---|
PipelineSchemaTableSummary.Builder |
PipelineSchemaTableSummary.Builder.copy(PipelineSchemaTableSummary model) |
Modifier and Type | Method and Description |
---|---|
PipelineSchemaTableCollection.Builder |
PipelineSchemaTableCollection.Builder.items(List<PipelineSchemaTableSummary> items)
Array of source or target schema tables of a pipeline’s assigned connection.
|
Constructor and Description |
---|
PipelineSchemaTableCollection(String sourceSchemaName,
String targetSchemaName,
List<PipelineSchemaTableSummary> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.