| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder |
ValueHolder.clone() |
ValueHolder |
GetBlockResult.getBlock()
The block data object in Amazon Ion format.
|
ValueHolder |
GetRevisionRequest.getBlockAddress()
The block location of the document revision to be verified.
|
ValueHolder |
GetBlockRequest.getBlockAddress()
The location of the block that you want to request.
|
ValueHolder |
GetRevisionRequest.getDigestTipAddress()
The latest block location covered by the digest for which to request a proof.
|
ValueHolder |
GetDigestResult.getDigestTipAddress()
The latest block location covered by the digest that you requested.
|
ValueHolder |
GetBlockRequest.getDigestTipAddress()
The latest block location covered by the digest for which to request a proof.
|
ValueHolder |
GetRevisionResult.getProof()
The proof object in Amazon Ion format returned by a
GetRevision request. |
ValueHolder |
GetBlockResult.getProof()
The proof object in Amazon Ion format returned by a
GetBlock request. |
ValueHolder |
GetRevisionResult.getRevision()
The document revision data object in Amazon Ion format.
|
ValueHolder |
ValueHolder.withIonText(String ionText)
An Amazon Ion plaintext value contained in a
ValueHolder structure. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBlockResult.setBlock(ValueHolder block)
The block data object in Amazon Ion format.
|
void |
GetRevisionRequest.setBlockAddress(ValueHolder blockAddress)
The block location of the document revision to be verified.
|
void |
GetBlockRequest.setBlockAddress(ValueHolder blockAddress)
The location of the block that you want to request.
|
void |
GetRevisionRequest.setDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
void |
GetDigestResult.setDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest that you requested.
|
void |
GetBlockRequest.setDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
void |
GetRevisionResult.setProof(ValueHolder proof)
The proof object in Amazon Ion format returned by a
GetRevision request. |
void |
GetBlockResult.setProof(ValueHolder proof)
The proof object in Amazon Ion format returned by a
GetBlock request. |
void |
GetRevisionResult.setRevision(ValueHolder revision)
The document revision data object in Amazon Ion format.
|
GetBlockResult |
GetBlockResult.withBlock(ValueHolder block)
The block data object in Amazon Ion format.
|
GetRevisionRequest |
GetRevisionRequest.withBlockAddress(ValueHolder blockAddress)
The block location of the document revision to be verified.
|
GetBlockRequest |
GetBlockRequest.withBlockAddress(ValueHolder blockAddress)
The location of the block that you want to request.
|
GetRevisionRequest |
GetRevisionRequest.withDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
GetDigestResult |
GetDigestResult.withDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest that you requested.
|
GetBlockRequest |
GetBlockRequest.withDigestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest for which to request a proof.
|
GetRevisionResult |
GetRevisionResult.withProof(ValueHolder proof)
The proof object in Amazon Ion format returned by a
GetRevision request. |
GetBlockResult |
GetBlockResult.withProof(ValueHolder proof)
The proof object in Amazon Ion format returned by a
GetBlock request. |
GetRevisionResult |
GetRevisionResult.withRevision(ValueHolder revision)
The document revision data object in Amazon Ion format.
|
Copyright © 2022. All rights reserved.