Class ListStreamsRequest

    • Method Detail

      • tableName

        public final String tableName()

        If this parameter is provided, then only the streams associated with this table name are returned.

        Returns:
        If this parameter is provided, then only the streams associated with this table name are returned.
      • limit

        public final Integer limit()

        The maximum number of streams to return. The upper limit is 100.

        Returns:
        The maximum number of streams to return. The upper limit is 100.
      • exclusiveStartStreamArn

        public final String exclusiveStartStreamArn()

        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

        Returns:
        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.
      • 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