Uses of Class
com.oracle.bmc.datasafe.model.DatabaseType
-
Packages that use DatabaseType Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of DatabaseType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DatabaseType Modifier and Type Method Description static DatabaseTypeDatabaseType. create(String key)DatabaseTypeTargetDatabaseSummary. getDatabaseType()The database type.static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type DatabaseType Modifier and Type Method Description TargetDatabaseSummary.BuilderTargetDatabaseSummary.Builder. databaseType(DatabaseType databaseType)The database type.Constructors in com.oracle.bmc.datasafe.model with parameters of type DatabaseType Constructor Description TargetDatabaseSummary(String compartmentId, String id, String displayName, String description, InfrastructureType infrastructureType, DatabaseType databaseType, List<String> associatedResourceIds, TargetDatabaseLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of DatabaseType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DatabaseType Modifier and Type Method Description DatabaseTypeListTargetDatabasesRequest. getDatabaseType()A filter to return only target databases that match the specified database type.Methods in com.oracle.bmc.datasafe.requests with parameters of type DatabaseType Modifier and Type Method Description ListTargetDatabasesRequest.BuilderListTargetDatabasesRequest.Builder. databaseType(DatabaseType databaseType)A filter to return only target databases that match the specified database type.
-