Class ListStreamsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of streams to return in the response. The default is 10,000.

        Returns:
        The maximum number of streams to return in the response. The default is 10,000.
      • nextToken

        public final String nextToken()

        If you specify this parameter, when the result of a ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.

        Returns:
        If you specify this parameter, when the result of a ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.
      • streamNameCondition

        public final StreamNameCondition streamNameCondition()

        Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.

        Returns:
        Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
      • 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