public class TwilioMonitorClient extends TwilioClient
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VERSION |
| Constructor and Description |
|---|
TwilioMonitorClient(String accountSid,
String authToken) |
TwilioMonitorClient(String accountSid,
String authToken,
String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
getAlert(String alertSid)
Get an Alert instance by sid.
|
AlertList |
getAlerts()
Get a list of Alerts for the current account.
|
AlertList |
getAlerts(Map<String,String> filters) |
Event |
getEvent(String eventSid)
Get an event instance by sid.
|
EventList |
getEvents()
Get the events.
|
EventList |
getEvents(Map<String,String> filters)
Get the events.
|
get, getAccountSid, getEndpoint, getHttpClient, getNumRetries, request, request, requestStream, requestStream, safeRequest, safeRequest, setHttpClient, setNumRetriespublic static final String DEFAULT_VERSION
public Event getEvent(String eventSid)
eventSid - The 34 character sid starting with AEpublic EventList getEvents()
public EventList getEvents(Map<String,String> filters)
filters - the filterspublic Alert getAlert(String alertSid)
alertSid - Alert identifierpublic AlertList getAlerts()
Copyright © 2011 Twilio, Inc. All Rights Reserved.