Package | Description |
---|---|
org.jclouds.openstack.swift.v1.features | |
org.jclouds.openstack.swift.v1.options |
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerApi.update(String containerName,
UpdateContainerOptions options)
Updates the
Container . |
Modifier and Type | Field and Description |
---|---|
static UpdateContainerOptions |
UpdateContainerOptions.NONE |
Modifier and Type | Method and Description |
---|---|
UpdateContainerOptions |
UpdateContainerOptions.anybodyRead()
Sets the public ACL on the container so that anybody can read it.
|
static UpdateContainerOptions |
UpdateContainerOptions.Builder.anybodyRead() |
UpdateContainerOptions |
UpdateContainerOptions.headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
|
static UpdateContainerOptions |
UpdateContainerOptions.Builder.headers(com.google.common.collect.Multimap<String,String> headers) |
UpdateContainerOptions |
UpdateContainerOptions.metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
|
static UpdateContainerOptions |
UpdateContainerOptions.Builder.metadata(Map<String,String> metadata) |
UpdateContainerOptions |
UpdateContainerOptions.versionsLocation(String containerName)
Sets the container that will contain object versions.
|
static UpdateContainerOptions |
UpdateContainerOptions.Builder.versionsLocation(String containerName) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.