Uses of Class
org.jclouds.rest.annotations.EndpointParam

Packages that use EndpointParam
org.jclouds.rest   
 

Uses of EndpointParam in org.jclouds.rest
 

Method parameters in org.jclouds.rest with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.delete(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.exists(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<InputStream> HttpAsyncClient.get(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.post(URI location, Payload payload)
           
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.put(URI location, Payload payload)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.