| 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 |
|---|---|
CreateSnapshotResult |
AbstractAmazonMemoryDB.createSnapshot(CreateSnapshotRequest request) |
CreateSnapshotResult |
AmazonMemoryDB.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a copy of an entire cluster at a specific moment in time.
|
CreateSnapshotResult |
AmazonMemoryDBClient.createSnapshot(CreateSnapshotRequest request)
Creates a copy of an entire cluster at a specific moment in time.
|
| 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 |
|---|---|
CreateSnapshotResult |
CreateSnapshotResult.clone() |
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
The newly-created snapshot.
|
Copyright © 2023. All rights reserved.