Class ListNodesRequest

    • Method Detail

      • categoryAsString

        public final String categoryAsString()

        Search for nodes by category.

        If the service returns an enum value that is not available in the current SDK version, category will return NodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from categoryAsString().

        Returns:
        Search for nodes by category.
        See Also:
        NodeCategory
      • maxResults

        public final Integer maxResults()

        The maximum number of nodes to return in one page of results.

        Returns:
        The maximum number of nodes to return in one page of results.
      • nextToken

        public final String nextToken()

        Specify the pagination token from a previous request to retrieve the next page of results.

        Returns:
        Specify the pagination token from a previous request to retrieve the next page of results.
      • ownerAccount

        public final String ownerAccount()

        Search for nodes by the account ID of the nodes' owner.

        Returns:
        Search for nodes by the account ID of the nodes' owner.
      • packageName

        public final String packageName()

        Search for nodes by name.

        Returns:
        Search for nodes by name.
      • packageVersion

        public final String packageVersion()

        Search for nodes by version.

        Returns:
        Search for nodes by version.
      • patchVersion

        public final String patchVersion()

        Search for nodes by patch version.

        Returns:
        Search for nodes by patch version.
      • 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