| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model | |
| software.amazon.awssdk.services.memorydb.paginators |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
DeleteSnapshotResponse.snapshot()
The snapshot object that has been deleted.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResponse.snapshots()
A list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotResponse.Builder |
DeleteSnapshotResponse.Builder.snapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Snapshot> |
DescribeSnapshotsPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Snapshot> |
DescribeSnapshotsIterable.snapshots()
Returns an iterable to iterate through the paginated
DescribeSnapshotsResponse.snapshots() member. |
Copyright © 2023. All rights reserved.