Uses of Class
com.twilio.rest.serverless.v1.service.environment.Deployment
-
Packages that use Deployment Package Description com.twilio.rest.serverless.v1.service.environment -
-
Uses of Deployment in com.twilio.rest.serverless.v1.service.environment
Methods in com.twilio.rest.serverless.v1.service.environment that return Deployment Modifier and Type Method Description DeploymentDeploymentCreator. create(TwilioRestClient client)DeploymentDeploymentFetcher. fetch(TwilioRestClient client)static DeploymentDeployment. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Deployment object using the provided ObjectMapper.static DeploymentDeployment. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Deployment object using the provided ObjectMapper.Methods in com.twilio.rest.serverless.v1.service.environment that return types with arguments of type Deployment Modifier and Type Method Description Page<Deployment>DeploymentReader. firstPage(TwilioRestClient client)Page<Deployment>DeploymentReader. getPage(String targetUrl, TwilioRestClient client)Page<Deployment>DeploymentReader. nextPage(Page<Deployment> page, TwilioRestClient client)Page<Deployment>DeploymentReader. previousPage(Page<Deployment> page, TwilioRestClient client)ResourceSet<Deployment>DeploymentReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.serverless.v1.service.environment with type arguments of type Deployment Modifier and Type Method Description Page<Deployment>DeploymentReader. nextPage(Page<Deployment> page, TwilioRestClient client)Page<Deployment>DeploymentReader. previousPage(Page<Deployment> page, TwilioRestClient client)
-