Uses of Interface
software.amazon.awssdk.services.elasticache.model.TestMigrationRequest.Builder
-
Packages that use TestMigrationRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of TestMigrationRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type TestMigrationRequest.Builder Modifier and Type Method Description default CompletableFuture<TestMigrationResponse>ElastiCacheAsyncClient. testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)Async API to test connection between source and target replication group.default TestMigrationResponseElastiCacheClient. testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)Async API to test connection between source and target replication group. -
Uses of TestMigrationRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return TestMigrationRequest.Builder Modifier and Type Method Description static TestMigrationRequest.BuilderTestMigrationRequest. builder()TestMigrationRequest.BuilderTestMigrationRequest.Builder. customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)List of endpoints from which data should be migrated.TestMigrationRequest.BuilderTestMigrationRequest.Builder. customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)List of endpoints from which data should be migrated.TestMigrationRequest.BuilderTestMigrationRequest.Builder. customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)List of endpoints from which data should be migrated.TestMigrationRequest.BuilderTestMigrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestMigrationRequest.BuilderTestMigrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestMigrationRequest.BuilderTestMigrationRequest.Builder. replicationGroupId(String replicationGroupId)The ID of the replication group to which data is to be migrated.TestMigrationRequest.BuilderTestMigrationRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type TestMigrationRequest.Builder Modifier and Type Method Description static Class<? extends TestMigrationRequest.Builder>TestMigrationRequest. serializableBuilderClass()
-