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, isResponseSuccessdelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic SwiftAccount get()
SwiftAccount.get in interface ObjectStorageAccountServiceSwiftAccount object.public boolean updateMetadata(Map<String,String> metadata)
SwiftAccount metadata.updateMetadata in interface ObjectStorageAccountServicemetadata - the metadata to create or update.public boolean deleteMetadata(Map<String,String> metadata)
SwiftAccount metadata.deleteMetadata in interface ObjectStorageAccountServicemetadata - the metadata to delete.public boolean updateTemporaryUrlKey(String temporaryUrlKey)
SwiftAccountupdateTemporaryUrlKey in interface ObjectStorageAccountServicetemporaryUrlKey - the temporary URL keyCopyright © 2017. All rights reserved.