Uses of Class
software.amazon.awssdk.services.elasticache.model.ReplicationGroupAlreadyUnderMigrationException
-
Packages that use ReplicationGroupAlreadyUnderMigrationException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ReplicationGroupAlreadyUnderMigrationException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw ReplicationGroupAlreadyUnderMigrationException Modifier and Type Method Description default StartMigrationResponseElastiCacheClient. startMigration(Consumer<StartMigrationRequest.Builder> startMigrationRequest)Start the migration of data.default StartMigrationResponseElastiCacheClient. startMigration(StartMigrationRequest startMigrationRequest)Start the migration of data.default TestMigrationResponseElastiCacheClient. testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)Async API to test connection between source and target replication group.default TestMigrationResponseElastiCacheClient. testMigration(TestMigrationRequest testMigrationRequest)Async API to test connection between source and target replication group.
-