Uses of Class
com.oracle.bmc.database.model.PdbConversionHistoryEntrySummary.Action
-
Packages that use PdbConversionHistoryEntrySummary.Action Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of PdbConversionHistoryEntrySummary.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PdbConversionHistoryEntrySummary.Action Modifier and Type Method Description static PdbConversionHistoryEntrySummary.Action
PdbConversionHistoryEntrySummary.Action. create(String key)
PdbConversionHistoryEntrySummary.Action
PdbConversionHistoryEntrySummary. getAction()
The operations used to convert a non-container database to a pluggable database.static PdbConversionHistoryEntrySummary.Action
PdbConversionHistoryEntrySummary.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static PdbConversionHistoryEntrySummary.Action[]
PdbConversionHistoryEntrySummary.Action. 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 PdbConversionHistoryEntrySummary.Action Modifier and Type Method Description PdbConversionHistoryEntrySummary.Builder
PdbConversionHistoryEntrySummary.Builder. action(PdbConversionHistoryEntrySummary.Action action)
The operations used to convert a non-container database to a pluggable database.Constructors in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntrySummary.Action Constructor Description PdbConversionHistoryEntrySummary(String id, PdbConversionHistoryEntrySummary.Action action, PdbConversionHistoryEntrySummary.Target target, String sourceDatabaseId, String targetDatabaseId, String cdbName, PdbConversionHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, String additionalCdbParams)
Deprecated. -
Uses of PdbConversionHistoryEntrySummary.Action in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return PdbConversionHistoryEntrySummary.Action Modifier and Type Method Description PdbConversionHistoryEntrySummary.Action
ListPdbConversionHistoryEntriesRequest. getPdbConversionAction()
A filter to return only the pluggable database conversion history entries that match the specified conversion action.Methods in com.oracle.bmc.database.requests with parameters of type PdbConversionHistoryEntrySummary.Action Modifier and Type Method Description ListPdbConversionHistoryEntriesRequest.Builder
ListPdbConversionHistoryEntriesRequest.Builder. pdbConversionAction(PdbConversionHistoryEntrySummary.Action pdbConversionAction)
A filter to return only the pluggable database conversion history entries that match the specified conversion action.
-