Class ListKeysRequest

    • Method Detail

      • 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.
      • nextToken

        public final String nextToken()

        If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.

        Returns:
        If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
      • maxResults

        public final Integer maxResults()

        Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.

        Returns:
        Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
      • 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