org.jclouds.vcloud.director.v1_5.features
Interface MetadataAsyncApi.Writeable

All Superinterfaces:
MetadataAsyncApi, MetadataAsyncApi.Readable
Enclosing interface:
MetadataAsyncApi

public static interface MetadataAsyncApi.Writeable
extends MetadataAsyncApi.Readable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.vcloud.director.v1_5.features.MetadataAsyncApi
MetadataAsyncApi.Readable, MetadataAsyncApi.Writeable
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<Task> put(String key, String metadataValue)
           
 com.google.common.util.concurrent.ListenableFuture<Task> putAll(Map<String,String> metadata)
           
 com.google.common.util.concurrent.ListenableFuture<Task> remove(String key)
           
 
Methods inherited from interface org.jclouds.vcloud.director.v1_5.features.MetadataAsyncApi.Readable
get, get
 

Method Detail

putAll

com.google.common.util.concurrent.ListenableFuture<Task> putAll(Map<String,String> metadata)
See Also:
MetadataApi.Writable#putAll

put

com.google.common.util.concurrent.ListenableFuture<Task> put(String key,
                                                             String metadataValue)
See Also:
MetadataApi.Writeable.put(java.lang.String, java.lang.String)

remove

com.google.common.util.concurrent.ListenableFuture<Task> remove(String key)
See Also:
MetadataApi.Writable#remove


Copyright © 2009-2012 jclouds. All Rights Reserved.