public class PutOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
PutOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static PutOptions |
NONE |
| Constructor and Description |
|---|
PutOptions() |
| Modifier and Type | Method and Description |
|---|---|
PutOptions |
headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
|
PutOptions |
metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
|
public static final PutOptions NONE
public PutOptions metadata(Map<String,String> metadata)
public PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.