| 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.model |
| 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 <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 GetSnapshotBlockResponse |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
Path destinationPath)
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 <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 ResponseBytes<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlockAsBytes(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.Builder.blockIndex(Integer blockIndex)
The block index of the block from which to get data.
|
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.Builder.blockToken(String blockToken)
The block token of the block from which to get data.
|
static GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.builder() |
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.Builder.snapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
|
GetSnapshotBlockRequest.Builder |
GetSnapshotBlockRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSnapshotBlockRequest.Builder> |
GetSnapshotBlockRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.