| 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 |
|---|---|
PutSnapshotBlockResult |
AbstractAmazonEBS.putSnapshotBlock(PutSnapshotBlockRequest request) |
PutSnapshotBlockResult |
AmazonEBS.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest)
Writes a block of data to a snapshot.
|
PutSnapshotBlockResult |
AmazonEBSClient.putSnapshotBlock(PutSnapshotBlockRequest request)
Writes a block of data to a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutSnapshotBlockResult> |
AbstractAmazonEBSAsync.putSnapshotBlockAsync(PutSnapshotBlockRequest request,
AsyncHandler<PutSnapshotBlockRequest,PutSnapshotBlockResult> asyncHandler) |
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.
|
| 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 © 2023. All rights reserved.