| Package | Description |
|---|---|
| com.amazonaws.services.memorydb |
MemoryDB is a fully managed, Redis OSS-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<CreateSnapshotResult> |
AbstractAmazonMemoryDBAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AmazonMemoryDBAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a copy of an entire cluster at a specific moment in time.
|
Future<CreateSnapshotResult> |
AmazonMemoryDBAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withClusterName(String clusterName)
The snapshot is created from this cluster.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withSnapshotName(String snapshotName)
A name for the snapshot being created.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
Copyright © 2025. All rights reserved.