| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDbType |
TargetDbType.fromValue(String value)
Use this in place of valueOf.
|
static TargetDbType |
TargetDbType.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.
|
| Modifier and Type | Method and Description |
|---|---|
GcpMySQLSettings |
GcpMySQLSettings.withTargetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
MySQLSettings |
MySQLSettings.withTargetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
Copyright © 2023. All rights reserved.