| 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) |
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
void |
AtmosClient.setGroupAcl(String path,
PutOptions options) |
void |
AtmosClient.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.publicNone() |
static PutOptions |
PutOptions.Builder.publicNone() |
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-2016 The Apache Software Foundation. All Rights Reserved.