| 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<PutSnapshotBlockResult> |
AmazonEBSAsyncClient.putSnapshotBlockAsync(PutSnapshotBlockRequest request,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler) |
Future<PutSnapshotBlockResult> |
AbstractAmazonEBSAsync.putSnapshotBlockAsync(PutSnapshotBlockRequest request,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler) |
Future<PutSnapshotBlockResult> |
AmazonEBSAsync.putSnapshotBlockAsync(PutSnapshotBlockRequest putSnapshotBlockRequest,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler)
Writes a block of data to a block in the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.clone() |
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withBlockData(InputStream blockData)
The data to write to the block.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withBlockIndex(Integer blockIndex)
The block index of the block in which to write the data.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withChecksum(String checksum)
A Base64-encoded SHA256 checksum of the data.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used to generate the checksum.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withChecksumAlgorithm(String checksumAlgorithm)
The algorithm used to generate the checksum.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withDataLength(Integer dataLength)
The size of the data to write to the block, in bytes.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withProgress(Integer progress)
The progress of the write process, as a percentage.
|
PutSnapshotBlockRequest |
PutSnapshotBlockRequest.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
Copyright © 2020. All rights reserved.