Uses of Class
org.jclouds.openstack.swift.v1.options.UpdateContainerOptions
-
Packages that use UpdateContainerOptions Package Description 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 Modifier and Type Method Description void
ContainerApi. update(String containerName, UpdateContainerOptions options)
Updates theContainer
. -
Uses of UpdateContainerOptions in org.jclouds.openstack.swift.v1.options
Fields in org.jclouds.openstack.swift.v1.options declared as UpdateContainerOptions Modifier and Type Field Description static UpdateContainerOptions
UpdateContainerOptions. NONE
Methods in org.jclouds.openstack.swift.v1.options that return UpdateContainerOptions Modifier and Type Method Description UpdateContainerOptions
UpdateContainerOptions. anybodyRead()
Sets the public ACL on the container so that anybody can read it.static UpdateContainerOptions
UpdateContainerOptions.Builder. anybodyRead()
static UpdateContainerOptions
UpdateContainerOptions.Builder. headers(com.google.common.collect.Multimap<String,String> headers)
UpdateContainerOptions
UpdateContainerOptions. headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.static UpdateContainerOptions
UpdateContainerOptions.Builder. metadata(Map<String,String> metadata)
UpdateContainerOptions
UpdateContainerOptions. metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.static UpdateContainerOptions
UpdateContainerOptions.Builder. versionsLocation(String containerName)
UpdateContainerOptions
UpdateContainerOptions. versionsLocation(String containerName)
Sets the container that will contain object versions.
-