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.opsi
Methods 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 theDatabaseInsightSummary
objects contained in responses from the listDatabaseInsights operation. -
Uses of DatabaseInsightSummary in com.oracle.bmc.opsi.model
Subclasses of DatabaseInsightSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
AutonomousDatabaseInsightSummary
Summary of a database insight resource.class
EmManagedExternalDatabaseInsightSummary
Summary of a database insight resource.class
ExternalMysqlDatabaseInsightSummary
Summary of a database insight resource.class
MacsManagedCloudDatabaseInsightSummary
Summary of a database insight resource.class
MacsManagedExternalDatabaseInsightSummary
Summary of a database insight resource.class
MdsMySqlDatabaseInsightSummary
Summary of a database insight resource.class
PeComanagedDatabaseInsightSummary
Summary 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.Builder
DatabaseInsightsCollection.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.
-