Class DescribeAccountOverviewRequest

    • Method Detail

      • fromTime

        public final Instant fromTime()

        The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

        Returns:
        The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
      • toTime

        public final Instant toTime()

        The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

        Returns:
        The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
      • 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