Class GetRevisionResponse

    • Method Detail

      • proof

        public final ValueHolder proof()

        The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.

        Returns:
        The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.
      • revision

        public final ValueHolder revision()

        The document revision data object in Amazon Ion format.

        Returns:
        The document revision data object in Amazon Ion format.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object