|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutOptions | |
---|---|
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 | |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createDirectory(String directoryName,
PutOptions... options)
|
URI |
AtmosClient.createDirectory(String directoryName,
PutOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options)
|
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options)
|
void |
AtmosClient.updateFile(String parent,
AtmosObject object,
PutOptions... options)
|
Uses of PutOptions in org.jclouds.atmos.options |
---|
Fields in org.jclouds.atmos.options declared as PutOptions | |
---|---|
static PutOptions |
PutOptions.NONE
|
Methods in org.jclouds.atmos.options that return PutOptions | |
---|---|
PutOptions |
PutOptions.publicRead()
Add public access to all users |
static PutOptions |
PutOptions.Builder.publicRead()
|
Uses of PutOptions in org.jclouds.atmos.util |
---|
Methods in org.jclouds.atmos.util with parameters of type PutOptions | |
---|---|
static String |
AtmosUtils.putBlob(AtmosClient sync,
Crypto crypto,
BlobToObject blob2Object,
String container,
Blob blob,
PutOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |