Class DescribeKeyValueStoreResponse

    • Method Detail

      • itemCount

        public final Integer itemCount()

        Number of key value pairs in the Key Value Store.

        Returns:
        Number of key value pairs in the Key Value Store.
      • totalSizeInBytes

        public final Long totalSizeInBytes()

        Total size of the Key Value Store in bytes.

        Returns:
        Total size of the Key Value Store in bytes.
      • kvsARN

        public final String kvsARN()

        The Amazon Resource Name (ARN) of the Key Value Store.

        Returns:
        The Amazon Resource Name (ARN) of the Key Value Store.
      • created

        public final Instant created()

        Date and time when the Key Value Store was created.

        Returns:
        Date and time when the Key Value Store was created.
      • eTag

        public final String eTag()

        The version identifier for the current version of the Key Value Store.

        Returns:
        The version identifier for the current version of the Key Value Store.
      • lastModified

        public final Instant lastModified()

        Date and time when the key value pairs in the Key Value Store was last modified.

        Returns:
        Date and time when the key value pairs in the Key Value Store was last modified.
      • status

        public final String status()

        The current status of the Key Value Store.

        Returns:
        The current status of the Key Value Store.
      • failureReason

        public final String failureReason()

        The reason for Key Value Store creation failure.

        Returns:
        The reason for Key Value Store creation failure.
      • 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