Class ListRumMetricsDestinationsRequest

    • Method Detail

      • appMonitorName

        public final String appMonitorName()

        The name of the app monitor associated with the destinations that you want to retrieve.

        Returns:
        The name of the app monitor associated with the destinations that you want to retrieve.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

        To retrieve the remaining results, make another call with the returned NextToken value.

        Returns:
        The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

        To retrieve the remaining results, make another call with the returned NextToken value.

      • nextToken

        public final String nextToken()

        Use the token returned by the previous operation to request the next page of results.

        Returns:
        Use the token returned by the previous operation to request the next page of results.
      • 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