Uses of Class
com.oracle.bmc.datasafe.model.SchemaSummary
-
Packages that use SchemaSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of SchemaSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SchemaSummary Modifier and Type Method Description Iterable<SchemaSummary>
DataSafePaginators. 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.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SchemaSummary Modifier and Type Method Description SchemaSummary
SchemaSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type SchemaSummary Modifier and Type Method Description SchemaSummary.Builder
SchemaSummary.Builder. copy(SchemaSummary model)
-
Uses of SchemaSummary in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type SchemaSummary Modifier and Type Method Description List<SchemaSummary>
ListSchemasResponse. getItems()
A list of com.oracle.bmc.datasafe.model.SchemaSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type SchemaSummary Modifier and Type Method Description ListSchemasResponse.Builder
ListSchemasResponse.Builder. items(List<SchemaSummary> items)
A list of com.oracle.bmc.datasafe.model.SchemaSummary instances.
-