| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data
directly to your snapshots, read data on your snapshots, and identify the differences or changes between two
snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSnapshotBlockResult> |
AmazonEBSAsync.getSnapshotBlockAsync(GetSnapshotBlockRequest getSnapshotBlockRequest,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
Future<GetSnapshotBlockResult> |
AbstractAmazonEBSAsync.getSnapshotBlockAsync(GetSnapshotBlockRequest request,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler) |
Future<GetSnapshotBlockResult> |
AmazonEBSAsyncClient.getSnapshotBlockAsync(GetSnapshotBlockRequest request,
AsyncHandler<GetSnapshotBlockRequest,GetSnapshotBlockResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.clone() |
GetSnapshotBlockRequest |
GetSnapshotBlockRequest.withBlockIndex(Integer blockIndex)
The block index of the block in which to read the 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 © 2022. All rights reserved.