| Package | Description |
|---|---|
| com.twilio.rest.accounts.v1.credential |
| Modifier and Type | Method and Description |
|---|---|
Aws |
AwsCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Aws |
AwsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Aws |
Aws.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Aws object using the provided
ObjectMapper.
|
static Aws |
Aws.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Aws object using the provided ObjectMapper.
|
Aws |
AwsUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Aws> |
AwsReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Aws> |
AwsReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Aws> |
AwsReader.nextPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Aws> |
AwsReader.previousPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Aws> |
AwsReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Aws> |
AwsReader.nextPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Aws> |
AwsReader.previousPage(Page<Aws> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.