| Package | Description |
|---|---|
| com.amazonaws.services.memorydb |
MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and
Multi-AZ durability for modern applications built using microservices architectures.
|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CopySnapshotResult> |
AmazonMemoryDBAsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AbstractAmazonMemoryDBAsync.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AmazonMemoryDBAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Makes a copy of an existing snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotRequest |
CopySnapshotRequest.clone() |
CopySnapshotRequest |
CopySnapshotRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the target snapshot.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceSnapshotName(String sourceSnapshotName)
The name of an existing snapshot from which to make a copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest |
CopySnapshotRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest |
CopySnapshotRequest.withTargetBucket(String targetBucket)
The Amazon S3 bucket to which the snapshot is exported.
|
CopySnapshotRequest |
CopySnapshotRequest.withTargetSnapshotName(String targetSnapshotName)
A name for the snapshot copy.
|
Copyright © 2024. All rights reserved.