Uses of Class
org.jclouds.openstack.swift.v1.options.CreateContainerOptions
-
Packages that use CreateContainerOptions Package Description org.jclouds.openstack.swift.v1.features org.jclouds.openstack.swift.v1.options -
-
Uses of CreateContainerOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type CreateContainerOptions Modifier and Type Method Description booleanContainerApi. 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 CreateContainerOptions Modifier and Type Field Description static CreateContainerOptionsCreateContainerOptions. NONEMethods in org.jclouds.openstack.swift.v1.options that return CreateContainerOptions Modifier and Type Method Description CreateContainerOptionsCreateContainerOptions. anybodyRead()Sets the public ACL on the container so that anybody can read it.static CreateContainerOptionsCreateContainerOptions.Builder. anybodyRead()static CreateContainerOptionsCreateContainerOptions.Builder. headers(com.google.common.collect.Multimap<String,String> headers)CreateContainerOptionsCreateContainerOptions. headers(com.google.common.collect.Multimap<String,String> headers)Sets the headers on a container at creation.static CreateContainerOptionsCreateContainerOptions.Builder. metadata(Map<String,String> metadata)CreateContainerOptionsCreateContainerOptions. metadata(Map<String,String> metadata)Sets the metadata on a container at creation.static CreateContainerOptionsCreateContainerOptions.Builder. versionsLocation(String containerName)CreateContainerOptionsCreateContainerOptions. versionsLocation(String containerName)Sets the container that will contain object versions.
-