Interface LimitApi
-
public interface LimitApi
All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse of the system. The system recognizes two kinds of limits: rate limits and absolute limits. Rate limits are thresholds that are reset after a certain amount of time passes. Absolute limits are fixed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Limits
list()
Provides a list of all applicable limits.Iterable<String>
listTypes()
All applicable limit types.
-