Uses of Class
com.oracle.bmc.opsi.model.DatabaseEntitySourceAll
- 
Packages that use DatabaseEntitySourceAll Package Description com.oracle.bmc.opsi.model 
- 
- 
Uses of DatabaseEntitySourceAll in com.oracle.bmc.opsi.modelMethods in com.oracle.bmc.opsi.model that return DatabaseEntitySourceAll Modifier and Type Method Description static DatabaseEntitySourceAllDatabaseEntitySourceAll. create(String key)DatabaseEntitySourceAllSynchronizeAutonomousDatabaseToExadataDetails. getEntitySource()Source of the database entity.static DatabaseEntitySourceAllDatabaseEntitySourceAll. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseEntitySourceAll[]DatabaseEntitySourceAll. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type DatabaseEntitySourceAll Modifier and Type Method Description SynchronizeAutonomousDatabaseToExadataDetails.BuilderSynchronizeAutonomousDatabaseToExadataDetails.Builder. entitySource(DatabaseEntitySourceAll entitySource)Source of the database entity.Constructors in com.oracle.bmc.opsi.model with parameters of type DatabaseEntitySourceAll Constructor Description SynchronizeAutonomousDatabaseToExadataDetails(DatabaseEntitySourceAll entitySource)Deprecated.
 
-