Uses of Class
org.jclouds.atmos.options.PutOptions
-
Packages that use PutOptions Package Description org.jclouds.atmos org.jclouds.atmos.options org.jclouds.atmos.util -
-
Uses of PutOptions in org.jclouds.atmos
Methods in org.jclouds.atmos with parameters of type PutOptions Modifier and Type Method Description URIAtmosClient. createDirectory(String directoryName, PutOptions... options)URIAtmosClient. createFile(String parent, AtmosObject object, PutOptions... options)voidAtmosClient. setGroupAcl(String path, PutOptions options)voidAtmosClient. updateFile(String parent, AtmosObject object, PutOptions... options) -
Uses of PutOptions in org.jclouds.atmos.options
Fields in org.jclouds.atmos.options declared as PutOptions Modifier and Type Field Description static PutOptionsPutOptions. NONEMethods in org.jclouds.atmos.options that return PutOptions Modifier and Type Method Description static PutOptionsPutOptions.Builder. overwrite()PutOptionsPutOptions. overwrite()By default Atmos does not allow overwriting objects.static PutOptionsPutOptions.Builder. publicNone()PutOptionsPutOptions. publicNone()static PutOptionsPutOptions.Builder. publicRead()PutOptionsPutOptions. publicRead()Add public access to all users -
Uses of PutOptions in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type PutOptions Modifier and Type Method Description static StringAtmosUtils. putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
-