| 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 |
ModifyReplicationTaskRequest.setMigrationType(MigrationTypeValue migrationType)
The migration type.
|
void |
CreateReplicationTaskRequest.setMigrationType(MigrationTypeValue migrationType)
The migration type.
|
void |
ReplicationTask.setMigrationType(MigrationTypeValue migrationType)
The type of migration.
|
ModifyReplicationTaskRequest |
ModifyReplicationTaskRequest.withMigrationType(MigrationTypeValue migrationType)
The migration type.
|
DescribeApplicableIndividualAssessmentsRequest |
DescribeApplicableIndividualAssessmentsRequest.withMigrationType(MigrationTypeValue migrationType)
Name of the migration type that each provided individual assessment must support.
|
CreateReplicationTaskRequest |
CreateReplicationTaskRequest.withMigrationType(MigrationTypeValue migrationType)
The migration type.
|
ReplicationTask |
ReplicationTask.withMigrationType(MigrationTypeValue migrationType)
The type of migration.
|
ModifyReplicationConfigRequest |
ModifyReplicationConfigRequest.withReplicationType(MigrationTypeValue replicationType)
The type of replication.
|
CreateReplicationConfigRequest |
CreateReplicationConfigRequest.withReplicationType(MigrationTypeValue replicationType)
The type of DMS Serverless replication to provision using this replication configuration.
|
Replication |
Replication.withReplicationType(MigrationTypeValue replicationType)
The type of the serverless replication.
|
ReplicationConfig |
ReplicationConfig.withReplicationType(MigrationTypeValue replicationType)
The type of the replication.
|
Copyright © 2024. All rights reserved.