Uses of Class
org.jclouds.openstack.swift.v1.options.PutOptions

Packages that use PutOptions
org.jclouds.openstack.swift.v1.features   
org.jclouds.openstack.swift.v1.options   
 

Uses of PutOptions in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features with parameters of type PutOptions
 String ObjectApi.put(String objectName, org.jclouds.io.Payload payload, PutOptions options)
          Creates or updates a SwiftObject.
 

Uses of PutOptions in org.jclouds.openstack.swift.v1.options
 

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

Methods in org.jclouds.openstack.swift.v1.options that return PutOptions
 PutOptions PutOptions.headers(com.google.common.collect.Multimap<String,String> headers)
          Sets the headers on a container at creation.
static PutOptions PutOptions.Builder.headers(com.google.common.collect.Multimap<String,String> headers)
           
 PutOptions PutOptions.metadata(Map<String,String> metadata)
          Sets the metadata on a container at creation.
static PutOptions PutOptions.Builder.metadata(Map<String,String> metadata)
           
 



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