| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
default TestMigrationResponse |
ElastiCacheClient.testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)
Async API to test connection between source and target replication group.
|
default CompletableFuture<TestMigrationResponse> |
ElastiCacheAsyncClient.testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)
Async API to test connection between source and target replication group.
|
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
TestMigrationRequest.Builder |
TestMigrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestMigrationRequest.Builder |
TestMigrationRequest.Builder.replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
|
TestMigrationRequest.Builder |
TestMigrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestMigrationRequest.Builder> |
TestMigrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.