| 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 |
|---|---|
PutSnapshotBlockResult |
AmazonEBSClient.putSnapshotBlock(PutSnapshotBlockRequest request)
Writes a block of data to a block in the snapshot.
|
PutSnapshotBlockResult |
AbstractAmazonEBS.putSnapshotBlock(PutSnapshotBlockRequest request) |
PutSnapshotBlockResult |
AmazonEBS.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest)
Writes a block of data to a block in the snapshot.
|
| 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 |
|---|---|
PutSnapshotBlockResult |
PutSnapshotBlockResult.clone() |
PutSnapshotBlockResult |
PutSnapshotBlockResult.withChecksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
|
PutSnapshotBlockResult |
PutSnapshotBlockResult.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
PutSnapshotBlockResult |
PutSnapshotBlockResult.withChecksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
Copyright © 2020. All rights reserved.