Uses of Enum
com.amazonaws.services.databasemigrationservice.model.MigrationTypeValue
Packages that use MigrationTypeValue
-
Uses of MigrationTypeValue in com.amazonaws.services.databasemigrationservice.model
Subclasses with type arguments of type MigrationTypeValue in com.amazonaws.services.databasemigrationservice.modelMethods in com.amazonaws.services.databasemigrationservice.model that return MigrationTypeValueModifier and TypeMethodDescriptionstatic MigrationTypeValueUse this in place of valueOf.static MigrationTypeValueReturns 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 TypeMethodDescriptionvoidCreateReplicationTaskRequest.setMigrationType(MigrationTypeValue migrationType) The migration type.voidReplicationTask.setMigrationType(MigrationTypeValue migrationType) The type of migration.CreateReplicationTaskRequest.withMigrationType(MigrationTypeValue migrationType) The migration type.ReplicationTask.withMigrationType(MigrationTypeValue migrationType) The type of migration.