| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and
identify the difference between two snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSnapshotBlocksResult> |
AmazonEBSAsyncClient.listSnapshotBlocksAsync(ListSnapshotBlocksRequest request,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler) |
Future<ListSnapshotBlocksResult> |
AbstractAmazonEBSAsync.listSnapshotBlocksAsync(ListSnapshotBlocksRequest request,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler) |
Future<ListSnapshotBlocksResult> |
AmazonEBSAsync.listSnapshotBlocksAsync(ListSnapshotBlocksRequest listSnapshotBlocksRequest,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler)
Returns the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.clone() |
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withMaxResults(Integer maxResults)
The number of results to return.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withSnapshotId(String snapshotId)
The ID of the snapshot from which to get block indexes and block tokens.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withStartingBlockIndex(Integer startingBlockIndex)
The block index from which the list should start.
|
Copyright © 2020. All rights reserved.