Uses of Class
com.oracle.bmc.databasemigration.model.ADBServerlesTablespaceDetails.RemapTarget
-
Packages that use ADBServerlesTablespaceDetails.RemapTarget Package Description com.oracle.bmc.databasemigration.model -
-
Uses of ADBServerlesTablespaceDetails.RemapTarget in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ADBServerlesTablespaceDetails.RemapTarget Modifier and Type Method Description static ADBServerlesTablespaceDetails.RemapTarget
ADBServerlesTablespaceDetails.RemapTarget. create(String key)
ADBServerlesTablespaceDetails.RemapTarget
ADBServerlesTablespaceDetails. getRemapTarget()
Name of the tablespace on the target database to which the source database tablespace is to be remapped.static ADBServerlesTablespaceDetails.RemapTarget
ADBServerlesTablespaceDetails.RemapTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static ADBServerlesTablespaceDetails.RemapTarget[]
ADBServerlesTablespaceDetails.RemapTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type ADBServerlesTablespaceDetails.RemapTarget Modifier and Type Method Description ADBServerlesTablespaceDetails.Builder
ADBServerlesTablespaceDetails.Builder. remapTarget(ADBServerlesTablespaceDetails.RemapTarget remapTarget)
Name of the tablespace on the target database to which the source database tablespace is to be remapped.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ADBServerlesTablespaceDetails.RemapTarget Constructor Description ADBServerlesTablespaceDetails(ADBServerlesTablespaceDetails.RemapTarget remapTarget)
Deprecated.
-