Uses of Class
software.amazon.awssdk.services.databasemigration.model.TargetDbType
-
Packages that use TargetDbType Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of TargetDbType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TargetDbType Modifier and Type Method Description static TargetDbTypeTargetDbType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetDbTypeGcpMySQLSettings. targetDbType()Specifies where to migrate source tables on the target, either to a single database or multiple databases.TargetDbTypeMySQLSettings. targetDbType()Specifies where to migrate source tables on the target, either to a single database or multiple databases.static TargetDbTypeTargetDbType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetDbType[]TargetDbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TargetDbType Modifier and Type Method Description static Set<TargetDbType>TargetDbType. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TargetDbType Modifier and Type Method Description GcpMySQLSettings.BuilderGcpMySQLSettings.Builder. targetDbType(TargetDbType targetDbType)Specifies where to migrate source tables on the target, either to a single database or multiple databases.MySQLSettings.BuilderMySQLSettings.Builder. targetDbType(TargetDbType targetDbType)Specifies where to migrate source tables on the target, either to a single database or multiple databases.
-