From 6b03ab3a2fa2d2383c90ea879400013150c3df79 Mon Sep 17 00:00:00 2001 From: Parvathi Mallampalli Date: Wed, 11 Aug 2021 11:16:42 -0700 Subject: [PATCH] RateLimiter Update --- clients/sellingpartner-api-aa-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/sellingpartner-api-aa-java/README.md b/clients/sellingpartner-api-aa-java/README.md index 7ae6f24..1b9acfd 100644 --- a/clients/sellingpartner-api-aa-java/README.md +++ b/clients/sellingpartner-api-aa-java/README.md @@ -74,7 +74,7 @@ com.squareup.okhttp.Request signedRequest = new ## LWAAccessTokenCache Interface to implement cache for access token that is returned in LWAClient and reuse the access token until time to live. -##RateLimitConfiguration +## RateLimitConfiguration Interface to set and get rateLimit configurations that are used with RateLimiter. RateLimiter is used on client side to restrict the rate at which requests are made. RateLimiter Configuration takes Permit, rate which requests are made and TimeOut *Example*