Uses of Interface
org.jclouds.atmos.domain.AtmosObject
-
Packages that use AtmosObject Package Description org.jclouds.atmos org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain org.jclouds.atmos.domain.internal org.jclouds.atmos.functions -
-
Uses of AtmosObject in org.jclouds.atmos
Methods in org.jclouds.atmos that return AtmosObject Modifier and Type Method Description AtmosObject
AtmosClient. headFile(String path)
AtmosObject
AtmosClient. newObject()
AtmosObject
AtmosClient. readFile(String path, GetOptions... options)
Methods in org.jclouds.atmos with parameters of type AtmosObject Modifier and Type Method Description URI
AtmosClient. createFile(String parent, AtmosObject object, PutOptions... options)
void
AtmosClient. updateFile(String parent, AtmosObject object, PutOptions... options)
-
Uses of AtmosObject in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return AtmosObject Modifier and Type Method Description AtmosObject
BlobMetadataToObject. apply(BlobMetadata from)
AtmosObject
BlobToObject. apply(Blob from)
Methods in org.jclouds.atmos.blobstore.functions with parameters of type AtmosObject Modifier and Type Method Description Blob
ObjectToBlob. apply(AtmosObject from)
MutableBlobMetadata
ObjectToBlobMetadata. apply(AtmosObject from)
-
Uses of AtmosObject in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return AtmosObject Modifier and Type Method Description AtmosObject
AtmosObject.Factory. create(MutableContentMetadata contentMetadata)
AtmosObject
AtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
AtmosObject
AtmosObject.Factory. create(SystemMetadata systemMetadata, UserMetadata userMetadata)
-
Uses of AtmosObject in org.jclouds.atmos.domain.internal
Classes in org.jclouds.atmos.domain.internal that implement AtmosObject Modifier and Type Class Description class
AtmosObjectImpl
Default Implementation ofAtmosObject
.Methods in org.jclouds.atmos.domain.internal that return AtmosObject Modifier and Type Method Description AtmosObject
AtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata)
AtmosObject
AtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
AtmosObject
AtmosObjectImpl.AtmosObjectFactory. create(SystemMetadata systemMetadata, UserMetadata userMetadata)
Methods in org.jclouds.atmos.domain.internal with parameters of type AtmosObject Modifier and Type Method Description int
AtmosObjectImpl. compareTo(AtmosObject o)
-
Uses of AtmosObject in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return AtmosObject Modifier and Type Method Description AtmosObject
ParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)
First, callsParseSystemAndUserMetadataFromHeaders
.
-