| Constructor and Description |
|---|
AwsCreator(String credentials)
Construct a new AwsCreator.
|
| Modifier and Type | Method and Description |
|---|---|
Aws |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AwsCreator |
setAccountSid(String accountSid)
The account_sid.
|
AwsCreator |
setFriendlyName(String friendlyName)
The friendly_name.
|
create, createAsync, createAsyncpublic AwsCreator(String credentials)
credentials - The credentialspublic AwsCreator setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic AwsCreator setAccountSid(String accountSid)
accountSid - The account_sidpublic Aws create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.