Uses of Interface
org.jclouds.atmos.domain.AtmosObject
Packages that use AtmosObject
Package
Description
-
Uses of AtmosObject in org.jclouds.atmos
Methods in org.jclouds.atmos that return AtmosObjectModifier and TypeMethodDescriptionAtmosClient.newObject()
AtmosClient.readFile
(String path, GetOptions... options) Methods in org.jclouds.atmos with parameters of type AtmosObjectModifier and TypeMethodDescriptionAtmosClient.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 AtmosObjectMethods in org.jclouds.atmos.blobstore.functions with parameters of type AtmosObjectModifier and TypeMethodDescriptionObjectToBlob.apply
(AtmosObject from) ObjectToBlobMetadata.apply
(AtmosObject from) -
Uses of AtmosObject in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return AtmosObjectModifier and TypeMethodDescriptionAtmosObject.Factory.create
(MutableContentMetadata contentMetadata) AtmosObject.Factory.create
(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) 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 AtmosObjectMethods in org.jclouds.atmos.domain.internal that return AtmosObjectModifier and TypeMethodDescriptionAtmosObjectImpl.AtmosObjectFactory.create
(MutableContentMetadata contentMetadata) AtmosObjectImpl.AtmosObjectFactory.create
(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) AtmosObjectImpl.AtmosObjectFactory.create
(SystemMetadata systemMetadata, UserMetadata userMetadata) Methods in org.jclouds.atmos.domain.internal with parameters of type AtmosObject -
Uses of AtmosObject in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return AtmosObjectModifier and TypeMethodDescriptionParseObjectFromHeadersAndHttpContent.apply
(HttpResponse from) First, callsinvalid reference
ParseSystemAndUserMetadataFromHeaders