Uses of Class
org.jclouds.openstack.swift.v1.options.CreateContainerOptions
Packages that use CreateContainerOptions
-
Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type CreateContainerOptionsModifier and TypeMethodDescriptionboolean
ContainerApi.create
(String containerName, CreateContainerOptions options) Creates a container, if not already present. -
Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.options
Fields in org.jclouds.openstack.swift.v1.options declared as CreateContainerOptionsMethods in org.jclouds.openstack.swift.v1.options that return CreateContainerOptionsModifier and TypeMethodDescriptionCreateContainerOptions.anybodyRead()
Sets the public ACL on the container so that anybody can read it.static CreateContainerOptions
CreateContainerOptions.Builder.anybodyRead()
static CreateContainerOptions
Sets the headers on a container at creation.static CreateContainerOptions
Sets the metadata on a container at creation.static CreateContainerOptions
CreateContainerOptions.Builder.versionsLocation
(String containerName) CreateContainerOptions.versionsLocation
(String containerName) Sets the container that will contain object versions.