| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDbType |
TargetDbType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetDbType |
MySQLSettings.targetDbType()
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
TargetDbType |
GcpMySQLSettings.targetDbType()
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
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 |
|---|---|
static Set<TargetDbType> |
TargetDbType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MySQLSettings.Builder |
MySQLSettings.Builder.targetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
GcpMySQLSettings.Builder |
GcpMySQLSettings.Builder.targetDbType(TargetDbType targetDbType)
Specifies where to migrate source tables on the target, either to a single database or multiple databases.
|
Copyright © 2023. All rights reserved.