| 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 DeleteSnapshotResponse |
MemoryDbClient.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes an existing snapshot.
|
default DeleteSnapshotResponse |
MemoryDbClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes an existing snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSnapshotResponse> |
MemoryDbAsyncClient.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes an existing snapshot.
|
default CompletableFuture<DeleteSnapshotResponse> |
MemoryDbAsyncClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes an existing snapshot.
|
Copyright © 2023. All rights reserved.