Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
AbstractAmazonElastiCache.testMigration(TestMigrationRequest request) |
ReplicationGroup |
AmazonElastiCache.testMigration(TestMigrationRequest testMigrationRequest)
Async API to test connection between source and target replication group.
|
ReplicationGroup |
AmazonElastiCacheClient.testMigration(TestMigrationRequest request)
Async API to test connection between source and target replication group.
|
Future<ReplicationGroup> |
AbstractAmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest request) |
Future<ReplicationGroup> |
AmazonElastiCacheAsyncClient.testMigrationAsync(TestMigrationRequest request) |
Future<ReplicationGroup> |
AmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest testMigrationRequest)
Async API to test connection between source and target replication group.
|
Future<ReplicationGroup> |
AbstractAmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest request,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler) |
Future<ReplicationGroup> |
AmazonElastiCacheAsyncClient.testMigrationAsync(TestMigrationRequest request,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler) |
Future<ReplicationGroup> |
AmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest testMigrationRequest,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler)
Async API to test connection between source and target replication group.
|
Modifier and Type | Method and Description |
---|---|
Future<ReplicationGroup> |
AbstractAmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest request,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler) |
Future<ReplicationGroup> |
AmazonElastiCacheAsyncClient.testMigrationAsync(TestMigrationRequest request,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler) |
Future<ReplicationGroup> |
AmazonElastiCacheAsync.testMigrationAsync(TestMigrationRequest testMigrationRequest,
AsyncHandler<TestMigrationRequest,ReplicationGroup> asyncHandler)
Async API to test connection between source and target replication group.
|
Modifier and Type | Method and Description |
---|---|
TestMigrationRequest |
TestMigrationRequest.clone() |
TestMigrationRequest |
TestMigrationRequest.withCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest |
TestMigrationRequest.withCustomerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest |
TestMigrationRequest.withReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
|
Copyright © 2023. All rights reserved.