| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> | 
get(String id)  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> | 
list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> | 
list(PaginationOptions options)  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> | 
listInDetail()  | 
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Flavor>> | 
listInDetail(PaginationOptions options)  | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> list()
FlavorApi.list()com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> list(PaginationOptions options)
FlavorApi.list(PaginationOptions)com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> listInDetail()
FlavorApi.listInDetail()com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Flavor>> listInDetail(PaginationOptions options)
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> get(String id)
FlavorApi.get(java.lang.String)Copyright © 2009-2013 jclouds. All Rights Reserved.