Uses of Enum
software.amazon.awssdk.services.databasemigration.model.MigrationTypeValue
Packages that use MigrationTypeValue
-
Uses of MigrationTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MigrationTypeValueModifier and TypeMethodDescriptionfinal MigrationTypeValueCreateDataMigrationRequest.dataMigrationType()Specifies if the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.final MigrationTypeValueDataMigration.dataMigrationType()Specifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.final MigrationTypeValueModifyDataMigrationRequest.dataMigrationType()The new migration type for the data migration.static MigrationTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MigrationTypeValueCreateReplicationTaskRequest.migrationType()The migration type.final MigrationTypeValueDescribeApplicableIndividualAssessmentsRequest.migrationType()Name of the migration type that each provided individual assessment must support.final MigrationTypeValueModifyReplicationTaskRequest.migrationType()The migration type.final MigrationTypeValueReplicationTask.migrationType()The type of migration.final MigrationTypeValueCreateReplicationConfigRequest.replicationType()The type of DMS Serverless replication to provision using this replication configuration.final MigrationTypeValueModifyReplicationConfigRequest.replicationType()The type of replication.final MigrationTypeValueReplication.replicationType()The type of the serverless replication.final MigrationTypeValueReplicationConfig.replicationType()The type of the replication.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 software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MigrationTypeValueModifier and TypeMethodDescriptionstatic Set<MigrationTypeValue>MigrationTypeValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MigrationTypeValueModifier and TypeMethodDescriptionCreateDataMigrationRequest.Builder.dataMigrationType(MigrationTypeValue dataMigrationType) Specifies if the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.DataMigration.Builder.dataMigrationType(MigrationTypeValue dataMigrationType) Specifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.ModifyDataMigrationRequest.Builder.dataMigrationType(MigrationTypeValue dataMigrationType) The new migration type for the data migration.CreateReplicationTaskRequest.Builder.migrationType(MigrationTypeValue migrationType) The migration type.DescribeApplicableIndividualAssessmentsRequest.Builder.migrationType(MigrationTypeValue migrationType) Name of the migration type that each provided individual assessment must support.ModifyReplicationTaskRequest.Builder.migrationType(MigrationTypeValue migrationType) The migration type.ReplicationTask.Builder.migrationType(MigrationTypeValue migrationType) The type of migration.CreateReplicationConfigRequest.Builder.replicationType(MigrationTypeValue replicationType) The type of DMS Serverless replication to provision using this replication configuration.ModifyReplicationConfigRequest.Builder.replicationType(MigrationTypeValue replicationType) The type of replication.Replication.Builder.replicationType(MigrationTypeValue replicationType) The type of the serverless replication.ReplicationConfig.Builder.replicationType(MigrationTypeValue replicationType) The type of the replication.