public static interface MetadataApi.Writeable extends MetadataApi.Readable
MetadataApi.Readable, MetadataApi.Writeable
Modifier and Type | Method and Description |
---|---|
Task |
put(String key,
String value)
Sets the metadata for the particular key for the media to the value
provided.
|
Task |
putAll(Map<String,String> metadata)
Merges the metadata for a media with the information provided.
|
Task |
remove(String key)
Deletes a metadata entry.
|
get, get
Task putAll(Map<String,String> metadata)
Task put(String key, String value)
Copyright © 2009-2013 jclouds. All Rights Reserved.