Class GetAnomaliesRequest

    • Method Detail

      • monitorArn

        public final String monitorArn()

        Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).

        Returns:
        Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
      • dateInterval

        public final AnomalyDateInterval dateInterval()

        Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an AnomalyEndDate in the specified time range.

        Returns:
        Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an AnomalyEndDate in the specified time range.
      • feedbackAsString

        public final String feedbackAsString()

        Filters anomaly results by the feedback field on the anomaly object.

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

        Returns:
        Filters anomaly results by the feedback field on the anomaly object.
        See Also:
        AnomalyFeedbackType
      • totalImpact

        public final TotalImpactFilter totalImpact()

        Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater than 200.

        Returns:
        Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater than 200.
      • nextPageToken

        public final String nextPageToken()

        The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

        Returns:
        The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
      • maxResults

        public final Integer maxResults()

        The number of entries a paginated response contains.

        Returns:
        The number of entries a paginated response contains.
      • 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