Uses of Class
com.oracle.bmc.opsi.model.DatabaseInsightSummary
- 
Packages that use DatabaseInsightSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model 
- 
- 
Uses of DatabaseInsightSummary in com.oracle.bmc.opsiMethods in com.oracle.bmc.opsi that return types with arguments of type DatabaseInsightSummary Modifier and Type Method Description Iterable<DatabaseInsightSummary>OperationsInsightsPaginators. listDatabaseInsightsRecordIterator(ListDatabaseInsightsRequest request)Creates a new iterable which will iterate over theDatabaseInsightSummaryobjects contained in responses from the listDatabaseInsights operation.
- 
Uses of DatabaseInsightSummary in com.oracle.bmc.opsi.modelSubclasses of DatabaseInsightSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description classAutonomousDatabaseInsightSummarySummary of a database insight resource.classEmManagedExternalDatabaseInsightSummarySummary of a database insight resource.classExternalMysqlDatabaseInsightSummarySummary of a database insight resource.classMacsManagedAutonomousDatabaseInsightSummarySummary of a database insight resource.classMacsManagedCloudDatabaseInsightSummarySummary of a database insight resource.classMacsManagedExternalDatabaseInsightSummarySummary of a database insight resource.classMdsMySqlDatabaseInsightSummarySummary of a database insight resource.classPeComanagedDatabaseInsightSummarySummary of a database insight resource.Methods in com.oracle.bmc.opsi.model that return types with arguments of type DatabaseInsightSummary Modifier and Type Method Description List<DatabaseInsightSummary>DatabaseInsightsCollection. getItems()Array of database insight summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type DatabaseInsightSummary Modifier and Type Method Description DatabaseInsightsCollection.BuilderDatabaseInsightsCollection.Builder. items(List<DatabaseInsightSummary> items)Array of database insight summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type DatabaseInsightSummary Constructor Description DatabaseInsightsCollection(List<DatabaseInsightSummary> items)Deprecated.
 
-