| 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 ListChangedBlocksResponse |
EbsClient.listChangedBlocks(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default CompletableFuture<ListChangedBlocksResponse> |
EbsAsyncClient.listChangedBlocks(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default ListChangedBlocksIterable |
EbsClient.listChangedBlocksPaginator(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default ListChangedBlocksPublisher |
EbsAsyncClient.listChangedBlocksPaginator(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.builder() |
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.firstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
|
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.maxResults(Integer maxResults)
The number of results to return.
|
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.nextToken(String nextToken)
The token to request the next page of results.
|
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.secondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
|
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.Builder.startingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
|
ListChangedBlocksRequest.Builder |
ListChangedBlocksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChangedBlocksRequest.Builder> |
ListChangedBlocksRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.