Uses of Class
com.oracle.bmc.database.model.PdbConversionHistoryEntry.Target
-
Packages that use PdbConversionHistoryEntry.Target Package Description com.oracle.bmc.database.model -
-
Uses of PdbConversionHistoryEntry.Target in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PdbConversionHistoryEntry.Target Modifier and Type Method Description static PdbConversionHistoryEntry.Target
PdbConversionHistoryEntry.Target. create(String key)
PdbConversionHistoryEntry.Target
PdbConversionHistoryEntry. getTarget()
The target container database of the pluggable database created by the database conversion operation.static PdbConversionHistoryEntry.Target
PdbConversionHistoryEntry.Target. valueOf(String name)
Returns the enum constant of this type with the specified name.static PdbConversionHistoryEntry.Target[]
PdbConversionHistoryEntry.Target. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntry.Target Modifier and Type Method Description PdbConversionHistoryEntry.Builder
PdbConversionHistoryEntry.Builder. target(PdbConversionHistoryEntry.Target target)
The target container database of the pluggable database created by the database conversion operation.Constructors in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntry.Target Constructor Description PdbConversionHistoryEntry(String id, PdbConversionHistoryEntry.Action action, PdbConversionHistoryEntry.Target target, String sourceDatabaseId, String targetDatabaseId, String cdbName, PdbConversionHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, String additionalCdbParams)
Deprecated.
-