Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseRuChangeLogSummary
-
Packages that use DistributedDatabaseRuChangeLogSummary Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseRuChangeLogSummary in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseRuChangeLogSummary Modifier and Type Method Description DistributedDatabaseRuChangeLogSummaryDistributedDatabaseRuChangeLogSummary.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type DistributedDatabaseRuChangeLogSummary Modifier and Type Method Description List<DistributedDatabaseRuChangeLogSummary>DistributedDatabaseRuChangeLog. getRuChangeLog()Ordered list of move RU invocations (latest first).Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseRuChangeLogSummary Modifier and Type Method Description DistributedDatabaseRuChangeLogSummary.BuilderDistributedDatabaseRuChangeLogSummary.Builder. copy(DistributedDatabaseRuChangeLogSummary model)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabaseRuChangeLogSummary Modifier and Type Method Description DistributedDatabaseRuChangeLog.BuilderDistributedDatabaseRuChangeLog.Builder. ruChangeLog(List<DistributedDatabaseRuChangeLogSummary> ruChangeLog)Ordered list of move RU invocations (latest first).Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabaseRuChangeLogSummary Constructor Description DistributedDatabaseRuChangeLog(List<DistributedDatabaseRuChangeLogSummary> ruChangeLog)Deprecated.
-