Package | Description |
---|---|
com.amazonaws.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.
|
com.amazonaws.services.ebs.model |
Modifier and Type | Method and Description |
---|---|
ListChangedBlocksResult |
AbstractAmazonEBS.listChangedBlocks(ListChangedBlocksRequest request) |
ListChangedBlocksResult |
AmazonEBSClient.listChangedBlocks(ListChangedBlocksRequest request)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
ListChangedBlocksResult |
AmazonEBS.listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request) |
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler)
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 |
---|---|
Future<ListChangedBlocksResult> |
AbstractAmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsyncClient.listChangedBlocksAsync(ListChangedBlocksRequest request,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler) |
Future<ListChangedBlocksResult> |
AmazonEBSAsync.listChangedBlocksAsync(ListChangedBlocksRequest listChangedBlocksRequest,
AsyncHandler<ListChangedBlocksRequest,ListChangedBlocksResult> asyncHandler)
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 |
---|---|
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 maximum number of blocks to be returned by the request.
|
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 © 2023. All rights reserved.