Uses of Class
software.amazon.awssdk.services.elasticache.model.StartMigrationRequest
-
Packages that use StartMigrationRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of StartMigrationRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type StartMigrationRequest Modifier and Type Method Description default CompletableFuture<StartMigrationResponse>ElastiCacheAsyncClient. startMigration(StartMigrationRequest startMigrationRequest)Start the migration of data.default StartMigrationResponseElastiCacheClient. startMigration(StartMigrationRequest startMigrationRequest)Start the migration of data. -
Uses of StartMigrationRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type StartMigrationRequest Modifier and Type Method Description SdkHttpFullRequestStartMigrationRequestMarshaller. marshall(StartMigrationRequest startMigrationRequest)
-