public class PutOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
import org.jclouds.atmos.options.PutOptions.Builder.*
import org.jclouds.atmos.AtmosClient;
AtmosClient connection = // get connection
connection.createDirectory("directory", publicRead());
| Modifier and Type | Class and Description |
|---|---|
static class |
PutOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static PutOptions |
NONE |
| Constructor and Description |
|---|
PutOptions() |
| Modifier and Type | Method and Description |
|---|---|
PutOptions |
publicRead()
Add public access to all users
|
public static final PutOptions NONE
public PutOptions publicRead()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.