Class DeploymentCreator
- java.lang.Object
-
- com.twilio.base.Creator<Deployment>
-
- com.twilio.rest.serverless.v1.service.environment.DeploymentCreator
-
public class DeploymentCreator extends Creator<Deployment>
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 DeploymentCreator(String pathServiceSid, String pathEnvironmentSid, String buildSid)
Construct a new DeploymentCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deployment
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 Deployment create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.- Specified by:
create
in classCreator<Deployment>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Created Deployment
-
-