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