Package com.twilio.rest.iam.v1
Class ApiKeyUpdater
- java.lang.Object
-
- com.twilio.base.Updater<ApiKey>
-
- com.twilio.rest.iam.v1.ApiKeyUpdater
-
-
Constructor Summary
Constructors Constructor Description ApiKeyUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiKeyUpdater
setFriendlyName(String friendlyName)
ApiKeyUpdater
setPolicy(Map<String,Object> policy)
ApiKey
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ApiKeyUpdater
public ApiKeyUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public ApiKeyUpdater setFriendlyName(String friendlyName)
-
setPolicy
public ApiKeyUpdater setPolicy(Map<String,Object> policy)
-
-