Package | Description |
---|---|
org.jclouds.openstack.swift.v1.features | |
org.jclouds.openstack.swift.v1.options | |
org.jclouds.rackspace.cloudfiles.v1.options |
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerApi.create(String containerName,
CreateContainerOptions options)
Creates a container, if not already present.
|
boolean |
ContainerApi.createIfAbsent(String containerName,
CreateContainerOptions options)
Deprecated.
Please use either
ContainerApi.create(String) or ContainerApi.create(String, CreateContainerOptions)
as this method will be removed in jclouds 1.8. |
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() |
CreateContainerOptions |
CreateContainerOptions.headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
|
static CreateContainerOptions |
CreateContainerOptions.Builder.headers(com.google.common.collect.Multimap<String,String> headers) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
CreateContainerOptions
Options for creating a
Container . |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.