Uses of Class
software.amazon.awssdk.services.qldb.model.GetBlockRequest
-
Packages that use GetBlockRequest Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.transform -
-
Uses of GetBlockRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type GetBlockRequest Modifier and Type Method Description default CompletableFuture<GetBlockResponse>QldbAsyncClient. getBlock(GetBlockRequest 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. -
Uses of GetBlockRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type GetBlockRequest Modifier and Type Method Description SdkHttpFullRequestGetBlockRequestMarshaller. marshall(GetBlockRequest getBlockRequest)
-