Uses of Class
software.amazon.awssdk.services.qldb.model.GetDigestResponse
-
Packages that use GetDigestResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of GetDigestResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return GetDigestResponse Modifier and Type Method Description default GetDigestResponseQldbClient. getDigest(Consumer<GetDigestRequest.Builder> getDigestRequest)Returns the digest of a ledger at the latest committed block in the journal.default GetDigestResponseQldbClient. getDigest(GetDigestRequest getDigestRequest)Returns the digest of a ledger at the latest committed block in the journal.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type GetDigestResponse Modifier and Type Method 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.
-