Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
ListSnapshotsInRecycleBinRequest |
ListSnapshotsInRecycleBinRequest.clone() |
ListSnapshotsInRecycleBinRequest |
ListSnapshotsInRecycleBinRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListSnapshotsInRecycleBinRequest |
ListSnapshotsInRecycleBinRequest.withNextToken(String nextToken)
The token for the next page of results.
|
ListSnapshotsInRecycleBinRequest |
ListSnapshotsInRecycleBinRequest.withSnapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots to list.
|
ListSnapshotsInRecycleBinRequest |
ListSnapshotsInRecycleBinRequest.withSnapshotIds(String... snapshotIds)
The IDs of the snapshots to list.
|
Modifier and Type | Method and Description |
---|---|
Request<ListSnapshotsInRecycleBinRequest> |
ListSnapshotsInRecycleBinRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.