Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseRuChangeLogSummary.Status
-
Packages that use DistributedDatabaseRuChangeLogSummary.Status Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabaseRuChangeLogSummary.Status in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabaseRuChangeLogSummary.Status Modifier and Type Method Description static DistributedDatabaseRuChangeLogSummary.StatusDistributedDatabaseRuChangeLogSummary.Status. create(String key)DistributedDatabaseRuChangeLogSummary.StatusDistributedDatabaseRuChangeLogSummary. getStatus()Current or terminal status of the move RU invocation.static DistributedDatabaseRuChangeLogSummary.StatusDistributedDatabaseRuChangeLogSummary.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabaseRuChangeLogSummary.Status[]DistributedDatabaseRuChangeLogSummary.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseRuChangeLogSummary.Status Modifier and Type Method Description DistributedDatabaseRuChangeLogSummary.BuilderDistributedDatabaseRuChangeLogSummary.Builder. status(DistributedDatabaseRuChangeLogSummary.Status status)Current or terminal status of the move RU invocation.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabaseRuChangeLogSummary.Status Constructor Description DistributedDatabaseRuChangeLogSummary(String sourceShardName, String targetShardName, String ruId, DistributedDatabaseRuChangeLogSummary.Status status, String triggeredBy, Date timeCreated, Date timeUpdated)Deprecated.
-