Class ListAnomaliesForInsightRequest

    • Method Detail

      • insightId

        public final String insightId()

        The ID of the insight. The returned anomalies belong to this insight.

        Returns:
        The ID of the insight. The returned anomalies belong to this insight.
      • startTimeRange

        public final StartTimeRange startTimeRange()

        A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.

        Returns:
        A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        Returns:
        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
      • nextToken

        public final String nextToken()

        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

        Returns:
        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
      • accountId

        public final String accountId()

        The ID of the Amazon Web Services account.

        Returns:
        The ID of the Amazon Web Services account.
      • filters

        public final ListAnomaliesForInsightFilters filters()

        Specifies one or more service names that are used to list anomalies.

        Returns:
        Specifies one or more service names that are used to list anomalies.
      • 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