Uses of Class
software.amazon.awssdk.services.elasticache.model.TestMigrationRequest
-
Packages that use TestMigrationRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of TestMigrationRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type TestMigrationRequest Modifier and Type Method Description default CompletableFuture<TestMigrationResponse>ElastiCacheAsyncClient. testMigration(TestMigrationRequest 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. -
Uses of TestMigrationRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type TestMigrationRequest Modifier and Type Method Description SdkHttpFullRequestTestMigrationRequestMarshaller. marshall(TestMigrationRequest testMigrationRequest)
-