| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default GetDigestResponse |
QldbClient.getDigest(Consumer<GetDigestRequest.Builder> getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
default GetDigestResponse |
QldbClient.getDigest(GetDigestRequest getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDigestResponse> |
QldbAsyncClient.getDigest(Consumer<GetDigestRequest.Builder> getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
default CompletableFuture<GetDigestResponse> |
QldbAsyncClient.getDigest(GetDigestRequest getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
Copyright © 2023. All rights reserved.