Class SavingsPlansUtilization

    • Method Detail

      • totalCommitment

        public final String totalCommitment()

        The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).

        Returns:
        The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
      • usedCommitment

        public final String usedCommitment()

        The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

        Returns:
        The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
      • unusedCommitment

        public final String unusedCommitment()

        The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.

        Returns:
        The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
      • utilizationPercentage

        public final String utilizationPercentage()

        The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.

        Returns:
        The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)