| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBlockResponse> |
QldbAsyncClient.getBlock(Consumer<GetBlockRequest.Builder> getBlockRequest)
Returns a block object at a specified address in a journal.
|
default GetBlockResponse |
QldbClient.getBlock(Consumer<GetBlockRequest.Builder> getBlockRequest)
Returns a block object at a specified address in a journal.
|
| Modifier and Type | Method and Description |
|---|---|
default GetBlockRequest.Builder |
GetBlockRequest.Builder.blockAddress(Consumer<ValueHolder.Builder> blockAddress)
The location of the block that you want to request.
|
GetBlockRequest.Builder |
GetBlockRequest.Builder.blockAddress(ValueHolder blockAddress)
The location of the block that you want to request.
|
static GetBlockRequest.Builder |
GetBlockRequest.builder() |
default GetBlockRequest.Builder |
GetBlockRequest.Builder.digestTipAddress(Consumer<ValueHolder.Builder> digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
GetBlockRequest.Builder |
GetBlockRequest.Builder.digestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
GetBlockRequest.Builder |
GetBlockRequest.Builder.name(String name)
The name of the ledger.
|
GetBlockRequest.Builder |
GetBlockRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlockRequest.Builder |
GetBlockRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlockRequest.Builder |
GetBlockRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBlockRequest.Builder> |
GetBlockRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.