Uses of Class
org.jclouds.openstack.swift.v1.domain.SwiftObject
-
-
Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type SwiftObject Modifier and Type Method Description protected com.google.common.base.Function<SwiftObject,MutableBlobMetadata>
RegionScopedSwiftBlobStore. toBlobMetadata(String container)
-
Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type SwiftObject Modifier and Type Method Description MutableBlobMetadata
ToBlobMetadata. apply(SwiftObject from)
-
Uses of SwiftObject in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return SwiftObject Modifier and Type Method Description SwiftObject
SwiftObject.Builder. build()
Methods in org.jclouds.openstack.swift.v1.domain that return types with arguments of type SwiftObject Modifier and Type Method Description protected List<SwiftObject>
ObjectList. delegate()
Methods in org.jclouds.openstack.swift.v1.domain with parameters of type SwiftObject Modifier and Type Method Description int
SwiftObject. compareTo(SwiftObject that)
SwiftObject.Builder
SwiftObject.Builder. fromObject(SwiftObject from)
Method parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject Modifier and Type Method Description static ObjectList
ObjectList. create(List<SwiftObject> objects, Container container)
Constructor parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject Constructor Description ObjectList(List<SwiftObject> objects, Container container)
-
Uses of SwiftObject in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return SwiftObject Modifier and Type Method Description SwiftObject
ObjectApi. get(String objectName)
Gets theSwiftObject
including itsbody
.SwiftObject
ObjectApi. get(String objectName, GetOptions options)
Gets theSwiftObject
including itsbody
.SwiftObject
ObjectApi. getWithoutBody(String objectName)
Gets theSwiftObject
metadata without itsbody
. -
Uses of SwiftObject in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions that return SwiftObject Modifier and Type Method Description SwiftObject
ParseObjectFromResponse. apply(HttpResponse from)
-