| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotRecycleBinInfo> |
ListSnapshotsInRecycleBinResponse.snapshots()
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.snapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.snapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SnapshotRecycleBinInfo> |
ListSnapshotsInRecycleBinIterable.snapshots()
Returns an iterable to iterate through the paginated
ListSnapshotsInRecycleBinResponse.snapshots()
member. |
SdkPublisher<SnapshotRecycleBinInfo> |
ListSnapshotsInRecycleBinPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.