Uses of Class
org.jclouds.openstack.swift.v1.options.PutOptions
- 
Packages that use PutOptions Package Description 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 Modifier and Type Method Description StringObjectApi. put(String objectName, Payload payload, PutOptions options)Creates or updates aSwiftObject. - 
Uses of PutOptions in org.jclouds.openstack.swift.v1.options
Fields in org.jclouds.openstack.swift.v1.options declared as PutOptions Modifier and Type Field Description static PutOptionsPutOptions. NONEMethods in org.jclouds.openstack.swift.v1.options that return PutOptions Modifier and Type Method Description static PutOptionsPutOptions.Builder. headers(com.google.common.collect.Multimap<String,String> headers)PutOptionsPutOptions. headers(com.google.common.collect.Multimap<String,String> headers)Sets the headers on a container at creation.static PutOptionsPutOptions.Builder. metadata(Map<String,String> metadata)PutOptionsPutOptions. metadata(Map<String,String> metadata)Sets the metadata on a container at creation. 
 -