Uses of Class
software.amazon.awssdk.services.databasemigration.model.MigrationTypeValue
-
Packages that use MigrationTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of MigrationTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MigrationTypeValue Modifier and Type Method Description static MigrationTypeValueMigrationTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationTypeValueCreateReplicationTaskRequest. migrationType()The migration type.MigrationTypeValueDescribeApplicableIndividualAssessmentsRequest. migrationType()Name of the migration type that each provided individual assessment must support.MigrationTypeValueModifyReplicationTaskRequest. migrationType()The migration type.MigrationTypeValueReplicationTask. migrationType()The type of migration.MigrationTypeValueCreateReplicationConfigRequest. replicationType()The type of DMS Serverless replication to provision using this replication configuration.MigrationTypeValueModifyReplicationConfigRequest. replicationType()The type of replication.MigrationTypeValueReplication. replicationType()The type of the serverless replication.MigrationTypeValueReplicationConfig. replicationType()The type of the replication.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 software.amazon.awssdk.services.databasemigration.model that return types with arguments of type MigrationTypeValue Modifier and Type Method Description static Set<MigrationTypeValue>MigrationTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MigrationTypeValue Modifier and Type Method Description CreateReplicationTaskRequest.BuilderCreateReplicationTaskRequest.Builder. migrationType(MigrationTypeValue migrationType)The migration type.DescribeApplicableIndividualAssessmentsRequest.BuilderDescribeApplicableIndividualAssessmentsRequest.Builder. migrationType(MigrationTypeValue migrationType)Name of the migration type that each provided individual assessment must support.ModifyReplicationTaskRequest.BuilderModifyReplicationTaskRequest.Builder. migrationType(MigrationTypeValue migrationType)The migration type.ReplicationTask.BuilderReplicationTask.Builder. migrationType(MigrationTypeValue migrationType)The type of migration.CreateReplicationConfigRequest.BuilderCreateReplicationConfigRequest.Builder. replicationType(MigrationTypeValue replicationType)The type of DMS Serverless replication to provision using this replication configuration.ModifyReplicationConfigRequest.BuilderModifyReplicationConfigRequest.Builder. replicationType(MigrationTypeValue replicationType)The type of replication.Replication.BuilderReplication.Builder. replicationType(MigrationTypeValue replicationType)The type of the serverless replication.ReplicationConfig.BuilderReplicationConfig.Builder. replicationType(MigrationTypeValue replicationType)The type of the replication.
-