| 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<DescribeSnapshotsResult> |
AbstractAmazonMemoryDBAsync.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Future<DescribeSnapshotsResult> |
AmazonMemoryDBAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Future<DescribeSnapshotsResult> |
AmazonMemoryDBAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Returns information about cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withClusterName(String clusterName)
A user-supplied cluster identifier.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withShowDetail(Boolean showDetail)
A Boolean value which if true, the shard configuration is included in the snapshot description.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotName(String snapshotName)
A user-supplied name of the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSource(String source)
If set to system, the output shows snapshots that were automatically created by MemoryDB.
|
Copyright © 2025. All rights reserved.