* @see com.twilio.sdk.resource.factory.CredentialListFactory#create(java.util.Map)
*/
public CredentialListInstance create(Map<String, String> params) throws TwilioRestException {
TwilioRestResponse response = this.getClient().safeRequest(
this.getResourceLocation(), "POST", params);
return makeNew(this.getClient(), response.toMap());
}
/* (non-Javadoc)
* @see com.twilio.sdk.resource.factory.CredentialListFactory#create(java.util.List)
*/