| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
CopySnapshotResponse.snapshot()
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
Snapshot |
CreateSnapshotResponse.snapshot()
The newly-created snapshot.
|
Snapshot |
DeleteSnapshotResponse.snapshot()
The snapshot object that has been deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResponse.snapshots()
A list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotResponse.Builder |
CopySnapshotResponse.Builder.snapshot(Snapshot snapshot)
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Snapshot snapshot)
The newly-created snapshot.
|
DeleteSnapshotResponse.Builder |
DeleteSnapshotResponse.Builder.snapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Snapshot... snapshots)
A list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
Copyright © 2021. All rights reserved.