| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
CopySnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
DeleteSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
Snapshot |
CreateSnapshotResponse.snapshot()
Returns the value of the Snapshot property for this object.
|
| 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)
Sets the value of the Snapshot property for this object.
|
DeleteSnapshotResponse.Builder |
DeleteSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Sets the value of the Snapshot property for this object.
|
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 |
|---|---|
SdkIterable<Snapshot> |
DescribeSnapshotsIterable.snapshots()
Returns an iterable to iterate through the paginated
DescribeSnapshotsResponse.snapshots() member. |
SdkPublisher<Snapshot> |
DescribeSnapshotsPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.