| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CopySnapshotResponse |
MemoryDbClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Makes a copy of an existing snapshot.
|
default CopySnapshotResponse |
MemoryDbClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Makes a copy of an existing snapshot.
|
default CreateSnapshotResponse |
MemoryDbClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a copy of an entire cluster at a specific moment in time.
|
default CreateSnapshotResponse |
MemoryDbClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a copy of an entire cluster at a specific moment in time.
|
default DeleteClusterResponse |
MemoryDbClient.deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)
Deletes a cluster.
|
default DeleteClusterResponse |
MemoryDbClient.deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes a cluster.
|
Copyright © 2022. All rights reserved.