Uses of Class
org.jclouds.openstack.swift.v1.options.UpdateContainerOptions

Packages that use UpdateContainerOptions
org.jclouds.openstack.swift.v1.features   
org.jclouds.openstack.swift.v1.options   
 

Uses of UpdateContainerOptions in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features with parameters of type UpdateContainerOptions
 boolean ContainerApi.update(String containerName, UpdateContainerOptions options)
          Updates the Container.
 

Uses of UpdateContainerOptions in org.jclouds.openstack.swift.v1.options
 

Fields in org.jclouds.openstack.swift.v1.options declared as UpdateContainerOptions
static UpdateContainerOptions UpdateContainerOptions.NONE
           
 

Methods in org.jclouds.openstack.swift.v1.options that return UpdateContainerOptions
 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-2014 The Apache Software Foundation. All Rights Reserved.