Class ListSignalingChannelsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of channels to return in the response. The default is 500.

        Returns:
        The maximum number of channels to return in the response. The default is 500.
      • nextToken

        public final String nextToken()

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

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

        public final ChannelNameCondition channelNameCondition()

        Optional: Returns only the channels that satisfy a specific condition.

        Returns:
        Optional: Returns only the channels that satisfy a specific 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