Class PutOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.openstack.swift.v1.options.PutOptions
-
- All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions
public class PutOptions extends org.jclouds.http.options.BaseHttpRequestOptionsOptions for creating an Object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static PutOptionsNONE
-
Constructor Summary
Constructors Constructor Description PutOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutOptionsheaders(com.google.common.collect.Multimap<String,String> headers)Sets the headers on a container at creation.PutOptionsmetadata(Map<String,String> metadata)Sets the metadata on a container at creation.
-
-
-
Field Detail
-
NONE
public static final PutOptions NONE
-
-
Method Detail
-
metadata
public PutOptions metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
-
headers
public PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
-
-