Uses of Class
software.amazon.awssdk.services.elasticache.model.TestMigrationResponse
-
Packages that use TestMigrationResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of TestMigrationResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return TestMigrationResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type TestMigrationResponse Modifier and Type Method Description default CompletableFuture<TestMigrationResponse>ElastiCacheAsyncClient. testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)Async API to test connection between source and target replication group.default CompletableFuture<TestMigrationResponse>ElastiCacheAsyncClient. testMigration(TestMigrationRequest testMigrationRequest)Async API to test connection between source and target replication group.
-