Uses of Class
software.amazon.awssdk.services.elasticache.model.StartMigrationResponse
-
Packages that use StartMigrationResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of StartMigrationResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return StartMigrationResponse 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.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type StartMigrationResponse Modifier and Type Method Description default CompletableFuture<StartMigrationResponse>ElastiCacheAsyncClient. startMigration(Consumer<StartMigrationRequest.Builder> startMigrationRequest)Start the migration of data.default CompletableFuture<StartMigrationResponse>ElastiCacheAsyncClient. startMigration(StartMigrationRequest startMigrationRequest)Start the migration of data.
-