public class ObjectStorageAccountServiceImpl extends BaseObjectStorageService implements ObjectStorageAccountService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
ObjectStorageAccountServiceImpl() |
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 |
isResponseSuccess, isResponseSuccess
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public SwiftAccount get()
SwiftAccount
.get
in interface ObjectStorageAccountService
SwiftAccount
object.public boolean updateMetadata(Map<String,String> metadata)
SwiftAccount
metadata.updateMetadata
in interface ObjectStorageAccountService
metadata
- the metadata to create or update.public boolean deleteMetadata(Map<String,String> metadata)
SwiftAccount
metadata.deleteMetadata
in interface ObjectStorageAccountService
metadata
- the metadata to delete.public boolean updateTemporaryUrlKey(String temporaryUrlKey)
SwiftAccount
updateTemporaryUrlKey
in interface ObjectStorageAccountService
temporaryUrlKey
- the temporary URL keyCopyright © 2017. All rights reserved.