| Package | Description |
|---|---|
| com.amazonaws.services.ebs |
You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and
identify the difference between two snapshots.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
ListChangedBlocksResult |
AmazonEBSClient.listChangedBlocks(ListChangedBlocksRequest request)
Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store
snapshots of the same volume/snapshot lineage.
|
ListChangedBlocksResult |
AbstractAmazonEBS.listChangedBlocks(ListChangedBlocksRequest request) |
ListChangedBlocksResult |
AmazonEBS.listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest)
Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store
snapshots of the same volume/snapshot lineage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request) |
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest)
Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store
snapshots of the same volume/snapshot lineage.
|
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler)
Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store
snapshots of the same volume/snapshot lineage.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler)
Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store
snapshots of the same volume/snapshot lineage.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangedBlocksResult |
ListChangedBlocksResult.clone() |
ListChangedBlocksResult |
ListChangedBlocksResult.withBlockSize(Integer blockSize)
The size of the block.
|
ListChangedBlocksResult |
ListChangedBlocksResult.withChangedBlocks(ChangedBlock... changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResult |
ListChangedBlocksResult.withChangedBlocks(Collection<ChangedBlock> changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResult |
ListChangedBlocksResult.withExpiryTime(Date expiryTime)
The time when the
block token expires. |
ListChangedBlocksResult |
ListChangedBlocksResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListChangedBlocksResult |
ListChangedBlocksResult.withVolumeSize(Long volumeSize)
The size of the volume in GB.
|
Copyright © 2020. All rights reserved.