Class ListCompositionsRequest

    • Method Detail

      • filterByStageArn

        public final String filterByStageArn()

        Filters the Composition list to match the specified Stage ARN.

        Returns:
        Filters the Composition list to match the specified Stage ARN.
      • filterByEncoderConfigurationArn

        public final String filterByEncoderConfigurationArn()

        Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.

        Returns:
        Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
      • nextToken

        public final String nextToken()

        The first Composition to retrieve. This is used for pagination; see the nextToken response field.

        Returns:
        The first Composition to retrieve. This is used for pagination; see the nextToken response field.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return. Default: 100.

        Returns:
        Maximum number of results to return. Default: 100.
      • 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