| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationTypeValue |
MigrationTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationTypeValue |
ModifyReplicationTaskRequest.migrationType()
The migration type.
|
MigrationTypeValue |
DescribeApplicableIndividualAssessmentsRequest.migrationType()
Name of the migration type that each provided individual assessment must support.
|
MigrationTypeValue |
CreateReplicationTaskRequest.migrationType()
The migration type.
|
MigrationTypeValue |
ReplicationTask.migrationType()
The type of migration.
|
MigrationTypeValue |
ModifyReplicationConfigRequest.replicationType()
The type of replication.
|
MigrationTypeValue |
Replication.replicationType()
The type of the serverless replication.
|
MigrationTypeValue |
ReplicationConfig.replicationType()
The type of the replication.
|
MigrationTypeValue |
CreateReplicationConfigRequest.replicationType()
The type of DMS Serverless replication to provision using this replication configuration.
|
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 |
|---|---|
static Set<MigrationTypeValue> |
MigrationTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationTaskRequest.Builder |
ModifyReplicationTaskRequest.Builder.migrationType(MigrationTypeValue migrationType)
The migration type.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
DescribeApplicableIndividualAssessmentsRequest.Builder.migrationType(MigrationTypeValue migrationType)
Name of the migration type that each provided individual assessment must support.
|
CreateReplicationTaskRequest.Builder |
CreateReplicationTaskRequest.Builder.migrationType(MigrationTypeValue migrationType)
The migration type.
|
ReplicationTask.Builder |
ReplicationTask.Builder.migrationType(MigrationTypeValue migrationType)
The type of migration.
|
ModifyReplicationConfigRequest.Builder |
ModifyReplicationConfigRequest.Builder.replicationType(MigrationTypeValue replicationType)
The type of replication.
|
Replication.Builder |
Replication.Builder.replicationType(MigrationTypeValue replicationType)
The type of the serverless replication.
|
ReplicationConfig.Builder |
ReplicationConfig.Builder.replicationType(MigrationTypeValue replicationType)
The type of the replication.
|
CreateReplicationConfigRequest.Builder |
CreateReplicationConfigRequest.Builder.replicationType(MigrationTypeValue replicationType)
The type of DMS Serverless replication to provision using this replication configuration.
|
Copyright © 2023. All rights reserved.