Uses of Interface
org.openstack4j.model.storage.object.SwiftObject
-
-
Uses of SwiftObject in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return SwiftObject Modifier and Type Method Description SwiftObjectObjectStorageObjectService. get(String containerName, String name)Gets the specified object based on thecontainerNameandnameof the objectSwiftObjectObjectStorageObjectService. get(ObjectLocation location)Gets the specified object based on the ObjectLocationlocationMethods in org.openstack4j.api.storage that return types with arguments of type SwiftObject Modifier and Type Method Description List<? extends SwiftObject>ObjectStorageObjectService. list(String containerName)Lists all objects for the given container nameList<? extends SwiftObject>ObjectStorageObjectService. list(String containerName, ObjectListOptions options)Lists all objects for the given container name and list options -
Uses of SwiftObject in org.openstack4j.openstack.storage.object.domain
Classes in org.openstack4j.openstack.storage.object.domain that implement SwiftObject Modifier and Type Class Description classSwiftObjectImplRepresents an Object which is a File or Directory within a Container -
Uses of SwiftObject in org.openstack4j.openstack.storage.object.functions
Methods in org.openstack4j.openstack.storage.object.functions that return SwiftObject Modifier and Type Method Description SwiftObjectParseObjectFunction. apply(HttpResponse resp) -
Uses of SwiftObject in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal that return SwiftObject Modifier and Type Method Description SwiftObjectObjectStorageObjectServiceImpl. get(String containerName, String name)Gets the specified object based on thecontainerNameandnameof the objectSwiftObjectObjectStorageObjectServiceImpl. get(ObjectLocation location)Gets the specified object based on the ObjectLocationlocationMethods in org.openstack4j.openstack.storage.object.internal that return types with arguments of type SwiftObject Modifier and Type Method Description List<? extends SwiftObject>ObjectStorageObjectServiceImpl. list(String containerName)List<? extends SwiftObject>ObjectStorageObjectServiceImpl. list(String containerName, ObjectListOptions options)
-