| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDatabaseEngine |
TargetDatabaseEngine.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TargetDatabaseEngine |
TargetDatabaseEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDatabaseEngine[] |
TargetDatabaseEngine.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<TargetDatabaseEngine> |
TargetDatabaseEngine.knownValues()
|
List<TargetDatabaseEngine> |
NoDatabaseMigrationPreference.targetDatabaseEngine()
The target database engine for database migration preference that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
NoDatabaseMigrationPreference.Builder |
NoDatabaseMigrationPreference.Builder.targetDatabaseEngine(TargetDatabaseEngine... targetDatabaseEngine)
The target database engine for database migration preference that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
NoDatabaseMigrationPreference.Builder |
NoDatabaseMigrationPreference.Builder.targetDatabaseEngine(Collection<TargetDatabaseEngine> targetDatabaseEngine)
The target database engine for database migration preference that you specify.
|
Copyright © 2022. All rights reserved.