Uses of Class
com.oracle.bmc.opsi.model.AwrDatabaseParameterChangeSummary
-
Packages that use AwrDatabaseParameterChangeSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of AwrDatabaseParameterChangeSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrDatabaseParameterChangeSummary Modifier and Type Method Description AwrDatabaseParameterChangeSummary
AwrDatabaseParameterChangeSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AwrDatabaseParameterChangeSummary Modifier and Type Method Description List<AwrDatabaseParameterChangeSummary>
AwrDatabaseParameterChangeCollection. getItems()
A list of AWR database parameter change summary data.Methods in com.oracle.bmc.opsi.model with parameters of type AwrDatabaseParameterChangeSummary Modifier and Type Method Description AwrDatabaseParameterChangeSummary.Builder
AwrDatabaseParameterChangeSummary.Builder. copy(AwrDatabaseParameterChangeSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AwrDatabaseParameterChangeSummary Modifier and Type Method Description AwrDatabaseParameterChangeCollection.Builder
AwrDatabaseParameterChangeCollection.Builder. items(List<AwrDatabaseParameterChangeSummary> items)
A list of AWR database parameter change summary data.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type AwrDatabaseParameterChangeSummary Constructor Description AwrDatabaseParameterChangeCollection(String name, String version, Double dbQueryTimeInSecs, List<AwrDatabaseParameterChangeSummary> items)
Deprecated.
-