Class BucketUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Bucket>
-
- com.twilio.rest.verify.v2.service.ratelimit.BucketUpdater
-
-
Constructor Summary
Constructors Constructor Description BucketUpdater(String pathServiceSid, String pathRateLimitSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketUpdatersetInterval(Integer interval)BucketUpdatersetMax(Integer max)Bucketupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setMax
public BucketUpdater setMax(Integer max)
-
setInterval
public BucketUpdater setInterval(Integer interval)
-
-