| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ebs.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSnapshotBlockResponse> |
EbsAsyncClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
AsyncRequestBody requestBody)
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
Path sourcePath)
Writes a block of data to a snapshot.
|
default CompletableFuture<PutSnapshotBlockResponse> |
EbsAsyncClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
Path sourcePath)
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
RequestBody requestBody)
Writes a block of data to a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutSnapshotBlockRequestMarshaller.marshall(PutSnapshotBlockRequest putSnapshotBlockRequest) |
Copyright © 2022. All rights reserved.