| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSnapshotBlocksResult> |
AmazonEBSAsyncClient.listSnapshotBlocksAsync(ListSnapshotBlocksRequest request,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler) |
Future<ListSnapshotBlocksResult> |
AbstractAmazonEBSAsync.listSnapshotBlocksAsync(ListSnapshotBlocksRequest request,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler) |
Future<ListSnapshotBlocksResult> |
AmazonEBSAsync.listSnapshotBlocksAsync(ListSnapshotBlocksRequest listSnapshotBlocksRequest,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.clone() |
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withMaxResults(Integer maxResults)
The number of results to return.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withSnapshotId(String snapshotId)
The ID of the snapshot from which to get block indexes and block tokens.
|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withStartingBlockIndex(Integer startingBlockIndex)
The block index from which the list should start.
|
Copyright © 2021. All rights reserved.