| 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<GetSnapshotBlockResult> |
AmazonEBSAsyncClient.getSnapshotBlockAsync(GetSnapshotBlockRequest request,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler) |
Future<GetSnapshotBlockResult> |
AbstractAmazonEBSAsync.getSnapshotBlockAsync(GetSnapshotBlockRequest request,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler) |
Future<GetSnapshotBlockResult> |
AmazonEBSAsync.getSnapshotBlockAsync(GetSnapshotBlockRequest getSnapshotBlockRequest,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.clone() |
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.withBlockIndex(Integer blockIndex)
The block index of the block from which to get data.
|
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.withBlockToken(String blockToken)
The block token of the block from which to get data.
|
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.withSnapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
|
Copyright © 2020. All rights reserved.