| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationTypeValue |
MigrationTypeValue.fromValue(String value)
Use this in place of valueOf.
|
static MigrationTypeValue |
MigrationTypeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationTypeValue[] |
MigrationTypeValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationTask.setMigrationType(MigrationTypeValue migrationType)
The type of migration.
|
void |
ModifyReplicationTaskRequest.setMigrationType(MigrationTypeValue migrationType)
The migration type.
|
void |
CreateReplicationTaskRequest.setMigrationType(MigrationTypeValue migrationType)
The migration type.
|
ReplicationTask |
ReplicationTask.withMigrationType(MigrationTypeValue migrationType)
The type of migration.
|
ModifyReplicationTaskRequest |
ModifyReplicationTaskRequest.withMigrationType(MigrationTypeValue migrationType)
The migration type.
|
CreateReplicationTaskRequest |
CreateReplicationTaskRequest.withMigrationType(MigrationTypeValue migrationType)
The migration type.
|
Copyright © 2020. All rights reserved.