| 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 |
|---|---|
GetSnapshotBlockResult |
AmazonEBSClient.getSnapshotBlock(GetSnapshotBlockRequest request)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
GetSnapshotBlockResult |
AbstractAmazonEBS.getSnapshotBlock(GetSnapshotBlockRequest request) |
GetSnapshotBlockResult |
AmazonEBS.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| 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 |
|---|---|
GetSnapshotBlockResult |
GetSnapshotBlockResult.clone() |
GetSnapshotBlockResult |
GetSnapshotBlockResult.withBlockData(InputStream blockData)
The data content of the block.
|
GetSnapshotBlockResult |
GetSnapshotBlockResult.withChecksum(String checksum)
The checksum generated for the block.
|
GetSnapshotBlockResult |
GetSnapshotBlockResult.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
GetSnapshotBlockResult |
GetSnapshotBlockResult.withChecksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum for the block, such as SHA256.
|
GetSnapshotBlockResult |
GetSnapshotBlockResult.withDataLength(Integer dataLength)
The size of the data in the block.
|
Copyright © 2020. All rights reserved.