| 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 |
|---|---|
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.
|
Future<ListSnapshotBlocksResult> |
AmazonEBSAsyncClient.listSnapshotBlocksAsync(ListSnapshotBlocksRequest request,
AsyncHandler<ListSnapshotBlocksRequest,ListSnapshotBlocksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.clone() |
ListSnapshotBlocksRequest |
ListSnapshotBlocksRequest.withMaxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
|
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 © 2024. All rights reserved.