Constructor and Description |
---|
BucketFetcher(String pathServiceSid,
String pathRateLimitSid,
String pathSid)
Construct a new BucketFetcher.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public BucketFetcher(String pathServiceSid, String pathRateLimitSid, String pathSid)
pathServiceSid
- The SID of the Service that the resource is associated
withpathRateLimitSid
- Rate Limit Sid.pathSid
- A string that uniquely identifies this Bucket.public Bucket fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.