Class ListAnomaliesRequest

    • Method Detail

      • anomalyDetectorArn

        public final String anomalyDetectorArn()

        Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.

        Returns:
        Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
      • suppressionState

        public final SuppressionState suppressionState()

        You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.

        If the service returns an enum value that is not available in the current SDK version, suppressionState will return SuppressionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from suppressionStateAsString().

        Returns:
        You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
        See Also:
        SuppressionState
      • suppressionStateAsString

        public final String suppressionStateAsString()

        You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.

        If the service returns an enum value that is not available in the current SDK version, suppressionState will return SuppressionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from suppressionStateAsString().

        Returns:
        You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
        See Also:
        SuppressionState
      • limit

        public final Integer limit()

        The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.

        Returns:
        The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • 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