| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ebs.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSnapshotBlocksResponse |
EbsClient.listSnapshotBlocks(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default CompletableFuture<ListSnapshotBlocksResponse> |
EbsAsyncClient.listSnapshotBlocks(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default ListSnapshotBlocksIterable |
EbsClient.listSnapshotBlocksPaginator(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default ListSnapshotBlocksPublisher |
EbsAsyncClient.listSnapshotBlocksPaginator(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.builder() |
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.maxResults(Integer maxResults)
The number of results to return.
|
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.nextToken(String nextToken)
The token to request the next page of results.
|
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.snapshotId(String snapshotId)
The ID of the snapshot from which to get block indexes and block tokens.
|
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.Builder.startingBlockIndex(Integer startingBlockIndex)
The block index from which the list should start.
|
ListSnapshotBlocksRequest.Builder |
ListSnapshotBlocksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSnapshotBlocksRequest.Builder> |
ListSnapshotBlocksRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.