Class ListChannelsRequest

    • Method Detail

      • filterByName

        public final String filterByName()

        Filters the channel list to match the specified name.

        Returns:
        Filters the channel list to match the specified name.
      • filterByPlaybackRestrictionPolicyArn

        public final String filterByPlaybackRestrictionPolicyArn()

        Filters the channel list to match the specified policy.

        Returns:
        Filters the channel list to match the specified policy.
      • filterByRecordingConfigurationArn

        public final String filterByRecordingConfigurationArn()

        Filters the channel list to match the specified recording-configuration ARN.

        Returns:
        Filters the channel list to match the specified recording-configuration ARN.
      • maxResults

        public final Integer maxResults()

        Maximum number of channels to return. Default: 100.

        Returns:
        Maximum number of channels to return. Default: 100.
      • nextToken

        public final String nextToken()

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

        Returns:
        The first channel to retrieve. This is used for pagination; see the nextToken response field.
      • 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