Package | Description |
---|---|
org.jclouds.rackspace.cloudfiles.v1.options |
Modifier and Type | Field and Description |
---|---|
static CreateContainerOptions |
CreateContainerOptions.NONE |
Modifier and Type | Method and Description |
---|---|
CreateContainerOptions |
CreateContainerOptions.anybodyRead()
Sets the public ACL on the container so that anybody can read it.
|
static CreateContainerOptions |
CreateContainerOptions.Builder.anybodyRead()
Sets the public ACL on the container so that anybody can read it.
|
CreateContainerOptions |
CreateContainerOptions.metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
|
static CreateContainerOptions |
CreateContainerOptions.Builder.metadata(Map<String,String> metadata) |
CreateContainerOptions |
CreateContainerOptions.versionsLocation(String containerName)
Sets the container that will contain object versions.
|
static CreateContainerOptions |
CreateContainerOptions.Builder.versionsLocation(String containerName) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.