Uses of Class
com.oracle.bmc.databasemanagement.model.FindingSchemaOrOperation
-
Packages that use FindingSchemaOrOperation Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of FindingSchemaOrOperation in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return FindingSchemaOrOperation Modifier and Type Method Description FindingSchemaOrOperation
FindingSchemaOrOperation.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type FindingSchemaOrOperation Modifier and Type Method Description List<FindingSchemaOrOperation>
RuleFinding. getDetails()
The details of the schema or operation.Methods in com.oracle.bmc.databasemanagement.model with parameters of type FindingSchemaOrOperation Modifier and Type Method Description FindingSchemaOrOperation.Builder
FindingSchemaOrOperation.Builder. copy(FindingSchemaOrOperation model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type FindingSchemaOrOperation Modifier and Type Method Description RuleFinding.Builder
RuleFinding.Builder. details(List<FindingSchemaOrOperation> details)
The details of the schema or operation.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type FindingSchemaOrOperation Constructor Description RuleFinding(String message, List<FindingSchemaOrOperation> details, List<Recommendation> recommendations)
Deprecated.
-