Class DescribeLimitsResponse

    • Method Detail

      • accountMaxReadCapacityUnits

        public final Long accountMaxReadCapacityUnits()

        The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.

        Returns:
        The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
      • accountMaxWriteCapacityUnits

        public final Long accountMaxWriteCapacityUnits()

        The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.

        Returns:
        The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
      • tableMaxReadCapacityUnits

        public final Long tableMaxReadCapacityUnits()

        The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).

        Returns:
        The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
      • tableMaxWriteCapacityUnits

        public final Long tableMaxWriteCapacityUnits()

        The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).

        Returns:
        The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
      • 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