Class ListStreamProcessorsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.

        Returns:
        If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
      • maxResults

        public final Integer maxResults()

        Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.

        Returns:
        Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.
      • 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