Uses of Class
com.oracle.bmc.database.model.AppVersionSummary
-
Packages that use AppVersionSummary Package Description com.oracle.bmc.database.model -
-
Uses of AppVersionSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AppVersionSummary Modifier and Type Method Description AppVersionSummary
AppVersionSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type AppVersionSummary Modifier and Type Method Description List<AppVersionSummary>
AutonomousContainerDatabaseVersionSummary. getSupportedApps()
The list of applications supported for the given version.Methods in com.oracle.bmc.database.model with parameters of type AppVersionSummary Modifier and Type Method Description AppVersionSummary.Builder
AppVersionSummary.Builder. copy(AppVersionSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type AppVersionSummary Modifier and Type Method Description AutonomousContainerDatabaseVersionSummary.Builder
AutonomousContainerDatabaseVersionSummary.Builder. supportedApps(List<AppVersionSummary> supportedApps)
The list of applications supported for the given version.Constructor parameters in com.oracle.bmc.database.model with type arguments of type AppVersionSummary Constructor Description AutonomousContainerDatabaseVersionSummary(String version, String details, List<AppVersionSummary> supportedApps)
Deprecated.
-