Package | Description |
---|---|
org.openstack4j.api.storage | |
org.openstack4j.model.storage.object.options | |
org.openstack4j.openstack.storage.object.internal |
Modifier and Type | Method and Description |
---|---|
String |
ObjectStorageObjectService.put(String containerName,
String name,
Payload<?> payload,
ObjectPutOptions options)
Adds/Updates a file to the specified container
|
Modifier and Type | Field and Description |
---|---|
static ObjectPutOptions |
ObjectPutOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ObjectPutOptions |
ObjectPutOptions.contentType(String contentType)
Specifies the MIME type/Content Type of the uploaded payload
|
static ObjectPutOptions |
ObjectPutOptions.create() |
ObjectPutOptions |
ObjectPutOptions.metadata(Map<String,String> metadata)
Additional metadata associated with the Object
|
ObjectPutOptions |
ObjectPutOptions.path(String path) |
ObjectPutOptions |
ObjectPutOptions.queryParam(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectStorageObjectServiceImpl.put(String containerName,
String name,
Payload<?> payload,
ObjectPutOptions options)
Adds/Updates a file to the specified container
|
Copyright © 2017. All rights reserved.