Package | Description |
---|---|
org.jclouds.rackspace.clouddns.v1.features | |
org.jclouds.rackspace.clouddns.v1.functions | |
org.jclouds.rackspace.cloudidentity.v2_0 |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<RecordDetail> |
RecordApi.list(PaginationOptions options)
Use PaginationOptions to manually control the list of RecordDetail pages returned.
|
PaginatedCollection<Domain> |
DomainApi.list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain.
|
PaginatedCollection<Subdomain> |
DomainApi.listSubdomains(int domainId,
PaginationOptions options)
List the subdomains of a domain and manually control pagination.
|
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Subdomain> |
ParseSubdomains.apply(HttpResponse response) |
PaginatedCollection<RecordDetail> |
ParseRecords.apply(HttpResponse response) |
PaginatedCollection<Domain> |
ParseDomains.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<Object> |
CloudIdentityFallbacks.EmptyPaginatedCollectionOnNotFoundOr404.createOrPropagate(Throwable t) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PaginatedCollection<Object>> |
CloudIdentityFallbacks.EmptyPaginatedCollectionOnNotFoundOr404.create(Throwable t) |
Copyright © 2009-2013 jclouds. All Rights Reserved.