public interface ObjectStorageAccountService extends RestService
Modifier and Type | Method and Description |
---|---|
boolean |
deleteMetadata(Map<String,String> metadata)
Deletes the
SwiftAccount metadata. |
SwiftAccount |
get()
Gets the
SwiftAccount . |
boolean |
updateMetadata(Map<String,String> metadata)
Creates or updates the
SwiftAccount metadata. |
boolean |
updateTemporaryUrlKey(String temporaryUrlKey)
Replaces the temporary URL key for the
SwiftAccount |
SwiftAccount get()
SwiftAccount
.SwiftAccount
object.boolean updateMetadata(Map<String,String> metadata)
SwiftAccount
metadata.metadata
- the metadata to create or update.boolean deleteMetadata(Map<String,String> metadata)
SwiftAccount
metadata.metadata
- the metadata to delete.boolean updateTemporaryUrlKey(String temporaryUrlKey)
SwiftAccount
temporaryUrlKey
- the temporary URL keyCopyright © 2017. All rights reserved.