| 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 |
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.
|
ListChangedBlocksResult |
AbstractAmazonEBS.listChangedBlocks(ListChangedBlocksRequest request) |
| 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 |
|---|---|
ListChangedBlocksResult |
ListChangedBlocksResult.clone() |
ListChangedBlocksResult |
ListChangedBlocksResult.withBlockSize(Integer blockSize)
The size of the blocks in the snapshot, in bytes.
|
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
BlockToken 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 © 2023. All rights reserved.