| 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 GetSnapshotBlockResponse |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
Path destinationPath)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default GetSnapshotBlockResponse |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
Path destinationPath)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default CompletableFuture<GetSnapshotBlockResponse> |
EbsAsyncClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
Path destinationPath)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseInputStream<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default CompletableFuture<GetSnapshotBlockResponse> |
EbsAsyncClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
Path destinationPath)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseBytes<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlockAsBytes(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseBytes<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlockAsBytes(GetSnapshotBlockRequest getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default <ReturnT> CompletableFuture<ReturnT> |
EbsAsyncClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
AsyncResponseTransformer<GetSnapshotBlockResponse,ReturnT> asyncResponseTransformer)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default <ReturnT> ReturnT |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default <ReturnT> CompletableFuture<ReturnT> |
EbsAsyncClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
AsyncResponseTransformer<GetSnapshotBlockResponse,ReturnT> asyncResponseTransformer)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default <ReturnT> ReturnT |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
Copyright © 2023. All rights reserved.