Uses of Class
software.amazon.awssdk.services.elasticache.model.CompleteMigrationResponse
-
Packages that use CompleteMigrationResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CompleteMigrationResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CompleteMigrationResponse Modifier and Type Method Description default CompleteMigrationResponseElastiCacheClient. completeMigration(Consumer<CompleteMigrationRequest.Builder> completeMigrationRequest)Complete the migration of data.default CompleteMigrationResponseElastiCacheClient. completeMigration(CompleteMigrationRequest completeMigrationRequest)Complete the migration of data.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CompleteMigrationResponse Modifier and Type Method Description default CompletableFuture<CompleteMigrationResponse>ElastiCacheAsyncClient. completeMigration(Consumer<CompleteMigrationRequest.Builder> completeMigrationRequest)Complete the migration of data.default CompletableFuture<CompleteMigrationResponse>ElastiCacheAsyncClient. completeMigration(CompleteMigrationRequest completeMigrationRequest)Complete the migration of data.
-