public class MediaProcessorUpdater extends Updater<MediaProcessor>
Constructor and Description |
---|
MediaProcessorUpdater(String pathSid,
MediaProcessor.UpdateStatus status)
Construct a new MediaProcessorUpdater.
|
Modifier and Type | Method and Description |
---|---|
MediaProcessor |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public MediaProcessorUpdater(String pathSid, MediaProcessor.UpdateStatus status)
pathSid
- The SID that identifies the resource to updatestatus
- The status of the MediaProcessorpublic MediaProcessor update(TwilioRestClient client)
update
in class Updater<MediaProcessor>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.