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.
|
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 |
---|---|
ListChangedBlocksRequest |
ListChangedBlocksRequest.clone() |
ListChangedBlocksRequest |
ListChangedBlocksRequest.withFirstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
|
ListChangedBlocksRequest |
ListChangedBlocksRequest.withMaxResults(Integer maxResults)
The number of results to return.
|
ListChangedBlocksRequest |
ListChangedBlocksRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
ListChangedBlocksRequest |
ListChangedBlocksRequest.withSecondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
|
ListChangedBlocksRequest |
ListChangedBlocksRequest.withStartingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
|
Copyright © 2020. All rights reserved.