Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.clone() |
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.withDescription(String description)
The description for the snapshot.
|
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.withRecycleBinEnterTime(Date recycleBinEnterTime)
The date and time when the snaphsot entered the Recycle Bin.
|
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.withRecycleBinExitTime(Date recycleBinExitTime)
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
|
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
SnapshotRecycleBinInfo |
SnapshotRecycleBinInfo.withVolumeId(String volumeId)
The ID of the volume from which the snapshot was created.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotRecycleBinInfo> |
ListSnapshotsInRecycleBinResult.getSnapshots()
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.withSnapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSnapshotsInRecycleBinResult.setSnapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.withSnapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
Copyright © 2023. All rights reserved.