| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResponse.snapshots()
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Snapshot... snapshots)
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Collection<Snapshot> snapshots)
Information about the 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 © 2022. All rights reserved.