| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> | 
MetricAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> | 
AlarmAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> | 
AlarmAsyncApi.list(ListAlarmsOptions options)  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> | 
AlarmAsyncApi.listHistory()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> | 
AlarmAsyncApi.listHistory(ListAlarmHistoryOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.FluentIterable<String> | 
ZoneApi.list()
Lists all zone ids. 
 | 
com.google.common.collect.FluentIterable<String> | 
GeoServiceApi.list()
Lists all geo service names. 
 | 
com.google.common.collect.FluentIterable<String> | 
GeoRegionGroupApi.list()
Lists all geo region group names. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> | 
UserAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> | 
TenantAsyncApi.list()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
ServerAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
ImageAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
FlavorAsyncApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> | 
ServerAsyncApi.listInDetail()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> | 
ImageAsyncApi.listInDetail()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> | 
FlavorAsyncApi.listInDetail()  | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<RecordDetail> | 
RecordApi.list()
This call lists all records configured for the specified domain. 
 | 
PagedIterable<Domain> | 
DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain. 
 | 
PagedIterable<RecordDetail> | 
ReverseDNSApi.list(URI deviceURI)
List all of the Reverse DNS (PTR) records for a device. 
 | 
PagedIterable<RecordDetail> | 
RecordApi.listByNameAndType(String nameFilter,
                 String typeFilter)
RecordDetails filtered by name and type. 
 | 
PagedIterable<RecordDetail> | 
RecordApi.listByType(String typeFilter)
RecordDetails filtered by type. 
 | 
PagedIterable<RecordDetail> | 
RecordApi.listByTypeAndData(String typeFilter,
                 String dataFilter)
RecordDetails filtered by type and data. 
 | 
PagedIterable<Subdomain> | 
DomainApi.listSubdomains(int domainId)
List the subdomains of a domain. 
 | 
PagedIterable<Domain> | 
DomainApi.listWithFilterByNamesMatching(String nameFilter)
Filtering the search to limit the results returned can be performed by using the nameFilter parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<Node> | 
NodeApi.list()
List the nodes. 
 | 
PagedIterable<LoadBalancer> | 
LoadBalancerApi.list()
List the load balancers. 
 | 
PagedIterable<LoadBalancer> | 
ReportApi.listBillableLoadBalancers(Date startTime,
                         Date endTime)
List billable load balancers for the given date range. 
 | 
PagedIterable<LoadBalancerUsage> | 
ReportApi.listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours. 
 | 
PagedIterable<LoadBalancerUsage> | 
ReportApi.listLoadBalancerUsage(int loadBalancerId,
                     Date startTime,
                     Date endTime)
Historical usage data is available for up to 90 days of service activity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PagedIterable<ResourceRecordSet> | 
ResourceRecordSetApi.list()
returns all resource record sets in order. 
 | 
PagedIterable<HostedZone> | 
HostedZoneApi.list()
returns all zones in order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends QueueAttributes> | 
QueueAsyncApi.getAttributes(URI queue)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.