Package | Description |
---|---|
org.jclouds.openstack.swift.v1.features | |
org.jclouds.openstack.swift.v1.options |
Modifier and Type | Method and Description |
---|---|
String |
ObjectApi.put(String objectName,
Payload payload,
PutOptions options)
Creates or updates a
SwiftObject . |
Modifier and Type | Field and Description |
---|---|
static PutOptions |
PutOptions.NONE |
Modifier and Type | Method and Description |
---|---|
PutOptions |
PutOptions.headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
|
static PutOptions |
PutOptions.Builder.headers(com.google.common.collect.Multimap<String,String> headers) |
PutOptions |
PutOptions.metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
|
static PutOptions |
PutOptions.Builder.metadata(Map<String,String> metadata) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.