Uses of Class
org.jclouds.openstack.swift.v1.options.UpdateContainerOptions
Packages that use UpdateContainerOptions
-
Uses of UpdateContainerOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type UpdateContainerOptionsModifier and TypeMethodDescriptionvoid
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 UpdateContainerOptionsMethods in org.jclouds.openstack.swift.v1.options that return UpdateContainerOptionsModifier and TypeMethodDescriptionUpdateContainerOptions.anybodyRead()
Sets the public ACL on the container so that anybody can read it.static UpdateContainerOptions
UpdateContainerOptions.Builder.anybodyRead()
static UpdateContainerOptions
Sets the headers on a container at creation.static UpdateContainerOptions
Sets the metadata on a container at creation.static UpdateContainerOptions
UpdateContainerOptions.Builder.versionsLocation
(String containerName) UpdateContainerOptions.versionsLocation
(String containerName) Sets the container that will contain object versions.