public class IpAccessControlListUpdater extends Updater<IpAccessControlList>
| Constructor and Description |
|---|
IpAccessControlListUpdater(String pathSid,
String friendlyName)
Construct a new IpAccessControlListUpdater.
|
IpAccessControlListUpdater(String pathAccountSid,
String pathSid,
String friendlyName)
Construct a new IpAccessControlListUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic IpAccessControlListUpdater(String pathSid, String friendlyName)
pathSid - The sidfriendlyName - A human readable description of this resourcepublic IpAccessControlList update(TwilioRestClient client)
update in class Updater<IpAccessControlList>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.