Uses of Class
org.openstack4j.model.storage.object.options.ObjectPutOptions
-
Packages that use ObjectPutOptions Package Description org.openstack4j.api.storage org.openstack4j.model.storage.object.options org.openstack4j.openstack.storage.object.internal -
-
Uses of ObjectPutOptions in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type ObjectPutOptions Modifier and Type Method Description StringObjectStorageObjectService. put(String containerName, String name, Payload<?> payload, ObjectPutOptions options)Adds/Updates a file to the specified container -
Uses of ObjectPutOptions in org.openstack4j.model.storage.object.options
Fields in org.openstack4j.model.storage.object.options declared as ObjectPutOptions Modifier and Type Field Description static ObjectPutOptionsObjectPutOptions. NONEMethods in org.openstack4j.model.storage.object.options that return ObjectPutOptions Modifier and Type Method Description ObjectPutOptionsObjectPutOptions. contentType(String contentType)Specifies the MIME type/Content Type of the uploaded payloadstatic ObjectPutOptionsObjectPutOptions. create()ObjectPutOptionsObjectPutOptions. metadata(Map<String,String> metadata)Additional metadata associated with the ObjectObjectPutOptionsObjectPutOptions. path(String path)ObjectPutOptionsObjectPutOptions. queryParam(String key, Object value) -
Uses of ObjectPutOptions in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type ObjectPutOptions Modifier and Type Method Description StringObjectStorageObjectServiceImpl. put(String containerName, String name, Payload<?> payload, ObjectPutOptions options)Adds/Updates a file to the specified container
-