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 TestMigrationResponse
ElastiCacheClient. 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.Builder
TestMigrationRequest. builder()
TestMigrationRequest.Builder
TestMigrationRequest.Builder. customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.TestMigrationRequest.Builder
TestMigrationRequest.Builder. customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)
List of endpoints from which data should be migrated.TestMigrationRequest.Builder
TestMigrationRequest.Builder. customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.TestMigrationRequest.Builder
TestMigrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
TestMigrationRequest.Builder
TestMigrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
TestMigrationRequest.Builder
TestMigrationRequest.Builder. replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.TestMigrationRequest.Builder
TestMigrationRequest. 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()
-