| 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 |
|---|---|
GetSnapshotBlockResult |
AmazonEBS.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
GetSnapshotBlockResult |
AbstractAmazonEBS.getSnapshotBlock(GetSnapshotBlockRequest request) |
GetSnapshotBlockResult |
AmazonEBSClient.getSnapshotBlock(GetSnapshotBlockRequest request)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| 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 |
|---|---|
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, which is Base64 encoded.
|
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 © 2021. All rights reserved.