Uses of Class
com.amazonaws.services.databasemigrationservice.model.MigrationTypeValue
-
Packages that use MigrationTypeValue Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of MigrationTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return MigrationTypeValue Modifier and Type Method 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.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type MigrationTypeValue Modifier and Type Method Description void
CreateReplicationTaskRequest. setMigrationType(MigrationTypeValue migrationType)
The migration type.void
ReplicationTask. setMigrationType(MigrationTypeValue migrationType)
The type of migration.CreateReplicationTaskRequest
CreateReplicationTaskRequest. withMigrationType(MigrationTypeValue migrationType)
The migration type.ReplicationTask
ReplicationTask. withMigrationType(MigrationTypeValue migrationType)
The type of migration.
-