Class AwsCreator
- java.lang.Object
-
- com.twilio.base.Creator<Aws>
-
- com.twilio.rest.accounts.v1.credential.AwsCreator
-
-
Constructor Summary
Constructors Constructor Description AwsCreator(String credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Awscreate(TwilioRestClient client)Execute a request using specified client.AwsCreatorsetAccountSid(String accountSid)AwsCreatorsetCredentials(String credentials)AwsCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
AwsCreator
public AwsCreator(String credentials)
-
-
Method Detail
-
setCredentials
public AwsCreator setCredentials(String credentials)
-
setFriendlyName
public AwsCreator setFriendlyName(String friendlyName)
-
setAccountSid
public AwsCreator setAccountSid(String accountSid)
-
-