public static interface MetadataAsyncApi.Writeable extends MetadataAsyncApi.Readable
MetadataAsyncApi.Readable, MetadataAsyncApi.Writeable
Modifier and Type | Method and Description |
---|---|
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) |
get, get
Copyright © 2009-2013 jclouds. All Rights Reserved.