org.jclouds.openstack.swift.extensions
Interface TemporaryUrlKeyAsyncApi

All Known Subinterfaces:
KeystoneTemporaryUrlKeyAsyncApi

public interface TemporaryUrlKeyAsyncApi

Author:
Andrei Savu
See Also:
TemporaryUrlKeyApi, docs

Method Summary
 com.google.common.util.concurrent.ListenableFuture<String> getTemporaryUrlKey()
           
 com.google.common.util.concurrent.ListenableFuture<Void> setTemporaryUrlKey(String key)
           
 

Method Detail

getTemporaryUrlKey

@Named(value="GetAccountMetadata")
com.google.common.util.concurrent.ListenableFuture<String> getTemporaryUrlKey()
See Also:
TemporaryUrlKeyApi.getTemporaryUrlKey()

setTemporaryUrlKey

@Named(value="UpdateAccountMetadata")
com.google.common.util.concurrent.ListenableFuture<Void> setTemporaryUrlKey(@HeaderParam(value="X-Account-Meta-Temp-Url-Key")
                                                                                  String key)
See Also:
TemporaryUrlKeyApi.setTemporaryUrlKey(java.lang.String)


Copyright © 2009-2013 jclouds. All Rights Reserved.