Uses of Class
org.jclouds.openstack.swift.options.CreateContainerOptions

Packages that use CreateContainerOptions
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.options   
 

Uses of CreateContainerOptions in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift with parameters of type CreateContainerOptions
 boolean CommonSwiftClient.createContainer(String container, CreateContainerOptions... options)
          Deprecated. This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent()
 com.google.common.util.concurrent.ListenableFuture<Boolean> CommonSwiftAsyncClient.createContainer(String container, CreateContainerOptions... options)
          Deprecated.  
 

Uses of CreateContainerOptions in org.jclouds.openstack.swift.options
 

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

Methods in org.jclouds.openstack.swift.options that return CreateContainerOptions
 CreateContainerOptions CreateContainerOptions.withMetadata(Map<String,String> metadata)
          A name-value pair to associate with the container as metadata.
static CreateContainerOptions CreateContainerOptions.Builder.withMetadata(Map<String,String> metadata)
           
 CreateContainerOptions CreateContainerOptions.withPublicAccess()
          Indicates whether a container may be accessed publicly
static CreateContainerOptions CreateContainerOptions.Builder.withPublicAccess()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.