Uses of Class
software.amazon.awssdk.services.qldb.model.GetBlockResponse
-
Packages that use GetBlockResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of GetBlockResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return GetBlockResponse Modifier and Type Method Description default GetBlockResponseQldbClient. getBlock(Consumer<GetBlockRequest.Builder> getBlockRequest)Returns a block object at a specified address in a journal.default GetBlockResponseQldbClient. getBlock(GetBlockRequest getBlockRequest)Returns a block object at a specified address in a journal.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type GetBlockResponse Modifier and Type Method Description default CompletableFuture<GetBlockResponse>QldbAsyncClient. getBlock(Consumer<GetBlockRequest.Builder> getBlockRequest)Returns a block object at a specified address in a journal.default CompletableFuture<GetBlockResponse>QldbAsyncClient. getBlock(GetBlockRequest getBlockRequest)Returns a block object at a specified address in a journal.
-