public static interface MetadataClient.Writeable extends MetadataClient.Readable
MetadataClient.Readable, MetadataClient.Writeable
Modifier and Type | Method and Description |
---|---|
Task |
deleteMetadataEntry(URI uri,
String key)
Deletes a metadata entry.
|
Task |
mergeMetadata(URI uri,
Metadata metadata)
Merges the metadata for a media with the information provided.
|
Task |
setMetadata(URI uri,
String key,
MetadataValue metadataValue)
Sets the metadata for the particular key for the media to the value provided.
|
getMetadata, getMetadataValue
Task mergeMetadata(URI uri, Metadata metadata)
Task setMetadata(URI uri, String key, MetadataValue metadataValue)
Copyright © 2009-2012 jclouds. All Rights Reserved.