Constructor and Description |
---|
KeyUpdater(String pathSid)
Construct a new KeyUpdater.
|
KeyUpdater(String pathAccountSid,
String pathSid)
Construct a new KeyUpdater.
|
Modifier and Type | Method and Description |
---|---|
KeyUpdater |
setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource.
|
Key |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public KeyUpdater(String pathSid)
pathSid
- The unique string that identifies the resourcepublic KeyUpdater setFriendlyName(String friendlyName)
friendlyName
- A string to describe the resourcepublic Key update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.