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