| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
Path sourcePath)
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
RequestBody 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 PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
RequestBody requestBody)
Writes a block of data to a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSnapshotBlockResponse> |
EbsAsyncClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
AsyncRequestBody requestBody)
Writes a block of data to a snapshot.
|
default CompletableFuture<PutSnapshotBlockResponse> |
EbsAsyncClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
Path sourcePath)
Writes a block of data to a snapshot.
|
default CompletableFuture<PutSnapshotBlockResponse> |
EbsAsyncClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
AsyncRequestBody requestBody)
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.
|
Copyright © 2023. All rights reserved.