| 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<PutSnapshotBlockResult> |
AmazonEBSAsyncClient.putSnapshotBlockAsync(PutSnapshotBlockRequest request,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler) |
Future<PutSnapshotBlockResult> |
AmazonEBSAsync.putSnapshotBlockAsync(PutSnapshotBlockRequest putSnapshotBlockRequest,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler)
Writes a block of data to a snapshot.
|
Future<PutSnapshotBlockResult> |
AbstractAmazonEBSAsync.putSnapshotBlockAsync(PutSnapshotBlockRequest request,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler) |
| 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 © 2022. All rights reserved.