Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Snapshot |
AbstractAmazonElastiCache.createSnapshot(CreateSnapshotRequest request) |
Snapshot |
AmazonElastiCacheClient.createSnapshot(CreateSnapshotRequest request)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
Snapshot |
AmazonElastiCache.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request) |
Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request) |
Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
Creates a copy of an entire cluster or replication group at a specific moment in time.
|
Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withCacheClusterId(String cacheClusterId)
The identifier of an existing cluster.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withReplicationGroupId(String replicationGroupId)
The identifier of an existing replication group.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withSnapshotName(String snapshotName)
A name for the snapshot being created.
|
Copyright © 2018. All rights reserved.