Uses of Class
com.twilio.rest.accounts.v1.credential.Aws
-
Packages that use Aws Package Description com.twilio.rest.accounts.v1.credential -
-
Uses of Aws in com.twilio.rest.accounts.v1.credential
Methods in com.twilio.rest.accounts.v1.credential that return Aws Modifier and Type Method Description AwsAwsCreator. create(TwilioRestClient client)AwsAwsFetcher. fetch(TwilioRestClient client)static AwsAws. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Aws object using the provided ObjectMapper.static AwsAws. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Aws object using the provided ObjectMapper.AwsAwsUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.accounts.v1.credential that return types with arguments of type Aws Modifier and Type Method Description Page<Aws>AwsReader. firstPage(TwilioRestClient client)Page<Aws>AwsReader. getPage(String targetUrl, TwilioRestClient client)Page<Aws>AwsReader. nextPage(Page<Aws> page, TwilioRestClient client)Page<Aws>AwsReader. previousPage(Page<Aws> page, TwilioRestClient client)ResourceSet<Aws>AwsReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.accounts.v1.credential with type arguments of type Aws Modifier and Type Method Description Page<Aws>AwsReader. nextPage(Page<Aws> page, TwilioRestClient client)Page<Aws>AwsReader. previousPage(Page<Aws> page, TwilioRestClient client)
-