public class IpAccessControlListCreator extends Creator<IpAccessControlList>
Constructor and Description |
---|
IpAccessControlListCreator(String pathTrunkSid,
String ipAccessControlListSid)
Construct a new IpAccessControlListCreator.
|
Modifier and Type | Method and Description |
---|---|
IpAccessControlList |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsync
public IpAccessControlListCreator(String pathTrunkSid, String ipAccessControlListSid)
pathTrunkSid
- The SID of the Trunk to associate the IP Access Control
List withipAccessControlListSid
- The SID of the IP Access Control List that you
want to associate with the trunkpublic IpAccessControlList create(TwilioRestClient client)
create
in class Creator<IpAccessControlList>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.