Package | Description |
---|---|
org.jclouds.openstack.swift.v1.features | |
org.jclouds.openstack.swift.v1.options |
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerApi.create(String containerName,
CreateContainerOptions options)
Creates a container, if not already present.
|
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.