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 MigrationTypeValueMigrationTypeValue. fromValue(String value)Use this in place of valueOf.static MigrationTypeValueMigrationTypeValue. 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 voidCreateReplicationTaskRequest. setMigrationType(MigrationTypeValue migrationType)The migration type.voidReplicationTask. setMigrationType(MigrationTypeValue migrationType)The type of migration.CreateReplicationTaskRequestCreateReplicationTaskRequest. withMigrationType(MigrationTypeValue migrationType)The migration type.ReplicationTaskReplicationTask. withMigrationType(MigrationTypeValue migrationType)The type of migration.
-