Uses of Class
org.openstack4j.model.storage.object.options.ObjectLocation
-
-
Uses of ObjectLocation in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type ObjectLocation Modifier and Type Method Description StringObjectStorageObjectService. copy(ObjectLocation source, ObjectLocation dest)Copies an object to another object in the object storeActionResponseObjectStorageObjectService. delete(ObjectLocation location)Deletes an Object from the specified containerActionResponseObjectStorageObjectService. delete(ObjectLocation location, ObjectDeleteOptions options)Deletes an Object from the specified containerDLPayloadObjectStorageObjectService. download(ObjectLocation location, DownloadOptions options)Retrieves the Payload for the data backing the givenlocationSwiftObjectObjectStorageObjectService. get(ObjectLocation location)Gets the specified object based on the ObjectLocationlocationMap<String,String>ObjectStorageObjectService. getMetadata(ObjectLocation location)Gets the metadata for the specified object locationbooleanObjectStorageObjectService. updateMetadata(ObjectLocation location, Map<String,String> metadata)Creates or Updates the given metadata for the specified object location -
Uses of ObjectLocation in org.openstack4j.model.storage.object.options
Methods in org.openstack4j.model.storage.object.options that return ObjectLocation Modifier and Type Method Description static ObjectLocationObjectLocation. create(String containerName, String objectName) -
Uses of ObjectLocation in org.openstack4j.openstack.storage.object.functions
Methods in org.openstack4j.openstack.storage.object.functions with parameters of type ObjectLocation Modifier and Type Method Description static ParseObjectFunctionParseObjectFunction. create(ObjectLocation location) -
Uses of ObjectLocation in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type ObjectLocation Modifier and Type Method Description StringObjectStorageObjectServiceImpl. copy(ObjectLocation source, ObjectLocation dest)Copies an object to another object in the object storeActionResponseObjectStorageObjectServiceImpl. delete(ObjectLocation location)ActionResponseObjectStorageObjectServiceImpl. delete(ObjectLocation location, ObjectDeleteOptions options)DLPayloadObjectStorageObjectServiceImpl. download(ObjectLocation location, DownloadOptions options)SwiftObjectObjectStorageObjectServiceImpl. get(ObjectLocation location)Gets the specified object based on the ObjectLocationlocationMap<String,String>ObjectStorageObjectServiceImpl. getMetadata(ObjectLocation location)booleanObjectStorageObjectServiceImpl. updateMetadata(ObjectLocation location, Map<String,String> metadata)
-