Class ListHostKeysRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to return.

        Returns:
        The maximum number of items to return.
      • nextToken

        public final String nextToken()

        When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.

        Returns:
        When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListHostKeys to continue listing results.
      • serverId

        public final String serverId()

        The identifier of the server that contains the host keys that you want to view.

        Returns:
        The identifier of the server that contains the host keys that you want to view.
      • 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