| Package | Description |
|---|---|
| software.amazon.awssdk.services.ebs |
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create 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.paginators | |
| software.amazon.awssdk.services.ebs.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChangedBlocksResponse> |
EbsAsyncClient.listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default ListChangedBlocksResponse |
EbsClient.listChangedBlocks(ListChangedBlocksRequest 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(ListChangedBlocksRequest 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(ListChangedBlocksRequest listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
| Constructor and Description |
|---|
ListChangedBlocksIterable(EbsClient client,
ListChangedBlocksRequest firstRequest) |
ListChangedBlocksPublisher(EbsAsyncClient client,
ListChangedBlocksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChangedBlocksRequestMarshaller.marshall(ListChangedBlocksRequest listChangedBlocksRequest) |
Copyright © 2021. All rights reserved.