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 String
ObjectApi. 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 PutOptions
PutOptions. NONE
Methods in org.jclouds.openstack.swift.v1.options that return PutOptions Modifier and Type Method Description static PutOptions
PutOptions.Builder. headers(com.google.common.collect.Multimap<String,String> headers)
PutOptions
PutOptions. headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.static PutOptions
PutOptions.Builder. metadata(Map<String,String> metadata)
PutOptions
PutOptions. metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
-