Class PutOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.openstack.swift.v1.options.PutOptions
All Implemented Interfaces:
HttpRequestOptions

public class PutOptions extends BaseHttpRequestOptions
Options for creating an Object.
  • Field Details

  • Constructor Details

    • PutOptions

      public PutOptions()
  • Method Details

    • 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.