Class FunctionCreator
- java.lang.Object
-
- com.twilio.base.Creator<Function>
-
- com.twilio.rest.serverless.v1.service.FunctionCreator
-
public class FunctionCreator extends Creator<Function>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description FunctionCreator(String pathServiceSid, String friendlyName)
Construct a new FunctionCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
create
public Function create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
-
-