Uses of Class
com.oracle.bmc.dataintegration.model.SchemaSummary
-
Packages that use SchemaSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of SchemaSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type SchemaSummary Modifier and Type Method Description Iterable<SchemaSummary>
DataIntegrationPaginators. listSchemasRecordIterator(ListSchemasRequest request)
Creates a new iterable which will iterate over theSchemaSummary
objects contained in responses from the listSchemas operation. -
Uses of SchemaSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SchemaSummary Modifier and Type Method Description SchemaSummary
SchemaSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type SchemaSummary Modifier and Type Method Description List<SchemaSummary>
SchemaSummaryCollection. getItems()
The array of schema summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type SchemaSummary Modifier and Type Method Description SchemaSummary.Builder
SchemaSummary.Builder. copy(SchemaSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type SchemaSummary Modifier and Type Method Description SchemaSummaryCollection.Builder
SchemaSummaryCollection.Builder. items(List<SchemaSummary> items)
The array of schema summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type SchemaSummary Constructor Description SchemaSummaryCollection(List<SchemaSummary> items)
Deprecated.
-