Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.options | |
org.jclouds.atmos.util |
Modifier and Type | Method and Description |
---|---|
URI |
AtmosClient.createDirectory(String directoryName,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createDirectory(String directoryName,
PutOptions... options) |
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
void |
AtmosClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
Modifier and Type | Field and Description |
---|---|
static PutOptions |
PutOptions.NONE |
Modifier and Type | Method and Description |
---|---|
PutOptions |
PutOptions.publicRead()
Add public access to all users
|
static PutOptions |
PutOptions.Builder.publicRead() |
Modifier and Type | Method and Description |
---|---|
static String |
AtmosUtils.putBlob(AtmosClient sync,
Crypto crypto,
BlobToObject blob2Object,
String container,
Blob blob,
PutOptions options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.