Class ListLogSubscriptionsRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.

        Returns:
        If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.
      • nextToken

        public final String nextToken()

        The token for the next set of items to return.

        Returns:
        The token for the next set of items to return.
      • limit

        public final Integer limit()

        The maximum number of items returned.

        Returns:
        The maximum number of items returned.
      • 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