Class FunctionUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Function>
-
- com.twilio.rest.serverless.v1.service.FunctionUpdater
-
-
Constructor Summary
Constructors Constructor Description FunctionUpdater(String pathServiceSid, String pathSid, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionUpdatersetFriendlyName(String friendlyName)Functionupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public FunctionUpdater setFriendlyName(String friendlyName)
-
-