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)
|