Uses of Enum
software.amazon.awssdk.services.databasemigration.model.TargetDbType
Packages that use TargetDbType
-
Uses of TargetDbType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TargetDbTypeModifier and TypeMethodDescriptionstatic TargetDbTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TargetDbTypeGcpMySQLSettings.targetDbType()Specifies where to migrate source tables on the target, either to a single database or multiple databases.final TargetDbTypeMySQLSettings.targetDbType()Specifies where to migrate source tables on the target, either to a single database or multiple databases.static TargetDbTypeReturns 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 TargetDbTypeMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type TargetDbTypeModifier and TypeMethodDescriptionGcpMySQLSettings.Builder.targetDbType(TargetDbType targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.MySQLSettings.Builder.targetDbType(TargetDbType targetDbType) Specifies where to migrate source tables on the target, either to a single database or multiple databases.