| 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 |
ReplicationTask.migrationType()
The type of migration.
|
MigrationTypeValue |
CreateReplicationTaskRequest.migrationType()
The migration type.
|
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.
|
ReplicationTask.Builder |
ReplicationTask.Builder.migrationType(MigrationTypeValue migrationType)
The type of migration.
|
CreateReplicationTaskRequest.Builder |
CreateReplicationTaskRequest.Builder.migrationType(MigrationTypeValue migrationType)
The migration type.
|
Copyright © 2020. All rights reserved.