Uses of Class
com.oracle.bmc.databasemanagement.model.SchemaDefinition
-
Packages that use SchemaDefinition Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SchemaDefinition in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SchemaDefinition Modifier and Type Method Description SchemaDefinition
SchemaDefinition.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type SchemaDefinition Modifier and Type Method Description List<SchemaDefinition>
FindingSchemaOrOperation. getSchemas()
The names of the impacted database schemas and their objects.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SchemaDefinition Modifier and Type Method Description SchemaDefinition.Builder
SchemaDefinition.Builder. copy(SchemaDefinition model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type SchemaDefinition Modifier and Type Method Description FindingSchemaOrOperation.Builder
FindingSchemaOrOperation.Builder. schemas(List<SchemaDefinition> schemas)
The names of the impacted database schemas and their objects.
-