Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsInRecycleBinResult |
AbstractAmazonEC2.listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest request) |
ListSnapshotsInRecycleBinResult |
AmazonEC2.listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
ListSnapshotsInRecycleBinResult |
AmazonEC2Client.listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest request)
Lists one or more snapshots that are currently in the Recycle Bin.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSnapshotsInRecycleBinResult> |
AbstractAmazonEC2Async.listSnapshotsInRecycleBinAsync(ListSnapshotsInRecycleBinRequest request,
AsyncHandler<ListSnapshotsInRecycleBinRequest,ListSnapshotsInRecycleBinResult> asyncHandler) |
Future<ListSnapshotsInRecycleBinResult> |
AmazonEC2Async.listSnapshotsInRecycleBinAsync(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest,
AsyncHandler<ListSnapshotsInRecycleBinRequest,ListSnapshotsInRecycleBinResult> asyncHandler)
Lists one or more snapshots that are currently in the Recycle Bin.
|
Future<ListSnapshotsInRecycleBinResult> |
AmazonEC2AsyncClient.listSnapshotsInRecycleBinAsync(ListSnapshotsInRecycleBinRequest request,
AsyncHandler<ListSnapshotsInRecycleBinRequest,ListSnapshotsInRecycleBinResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.clone() |
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.withSnapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResult |
ListSnapshotsInRecycleBinResult.withSnapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
|
Copyright © 2022. All rights reserved.