Uses of Enum
com.amazonaws.services.databasemigrationservice.model.MigrationTypeValue
Packages that use MigrationTypeValue
-
Uses of MigrationTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return MigrationTypeValueModifier and TypeMethodDescriptionstatic MigrationTypeValue
Use this in place of valueOf.static MigrationTypeValue
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 MigrationTypeValueModifier and TypeMethodDescriptionvoid
CreateReplicationTaskRequest.setMigrationType
(MigrationTypeValue migrationType) The migration type.void
ReplicationTask.setMigrationType
(MigrationTypeValue migrationType) The type of migration.CreateReplicationTaskRequest.withMigrationType
(MigrationTypeValue migrationType) The migration type.ReplicationTask.withMigrationType
(MigrationTypeValue migrationType) The type of migration.