| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.builder() |
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.snapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.snapshots(Consumer<SnapshotRecycleBinInfo.Builder>... snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.Builder.snapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResponse.Builder |
ListSnapshotsInRecycleBinResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSnapshotsInRecycleBinResponse.Builder> |
ListSnapshotsInRecycleBinResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.