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.
      • 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