| Constructor and Description |
|---|
IpAddressCreator(String pathIpAccessControlListSid,
String friendlyName,
String ipAddress)
Construct a new IpAddressCreator.
|
IpAddressCreator(String pathAccountSid,
String pathIpAccessControlListSid,
String friendlyName,
String ipAddress)
Construct a new IpAddressCreator.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsyncpublic IpAddressCreator(String pathIpAccessControlListSid, String friendlyName, String ipAddress)
pathIpAccessControlListSid - The ip_access_control_list_sidfriendlyName - The friendly_nameipAddress - The ip_addresspublic IpAddressCreator(String pathAccountSid, String pathIpAccessControlListSid, String friendlyName, String ipAddress)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidfriendlyName - The friendly_nameipAddress - The ip_addresspublic IpAddress create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.