Modifier and Type | Method and Description |
---|---|
SwiftObject |
ObjectStorageObjectService.get(ObjectLocation location)
Gets the specified object based on the ObjectLocation
location |
SwiftObject |
ObjectStorageObjectService.get(String containerName,
String name)
Gets the specified object based on the
containerName and name of the object |
Modifier and Type | Method and Description |
---|---|
List<? extends SwiftObject> |
ObjectStorageObjectService.list(String containerName)
Lists all objects for the given container name
|
List<? extends SwiftObject> |
ObjectStorageObjectService.list(String containerName,
ObjectListOptions options)
Lists all objects for the given container name and list options
|
Modifier and Type | Class and Description |
---|---|
class |
SwiftObjectImpl
Represents an Object which is a File or Directory within a Container
|
Modifier and Type | Method and Description |
---|---|
SwiftObject |
ParseObjectFunction.apply(HttpResponse resp) |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
ObjectStorageObjectServiceImpl.get(ObjectLocation location)
Gets the specified object based on the ObjectLocation
location |
SwiftObject |
ObjectStorageObjectServiceImpl.get(String containerName,
String name)
Gets the specified object based on the
containerName and name of the object |
Modifier and Type | Method and Description |
---|---|
List<? extends SwiftObject> |
ObjectStorageObjectServiceImpl.list(String containerName) |
List<? extends SwiftObject> |
ObjectStorageObjectServiceImpl.list(String containerName,
ObjectListOptions options) |
Copyright © 2017. All rights reserved.