Uses of Class
org.openstack4j.model.storage.block.options.DownloadOptions
-
-
Uses of DownloadOptions in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type DownloadOptions Modifier and Type Method Description DLPayloadObjectStorageObjectService. download(String containerName, String name, DownloadOptions options)Retrieves the Payload for the data backing the givencontainerNameandnameDLPayloadObjectStorageObjectService. download(ObjectLocation location, DownloadOptions options)Retrieves the Payload for the data backing the givenlocation -
Uses of DownloadOptions in org.openstack4j.model.storage.block.options
Methods in org.openstack4j.model.storage.block.options that return DownloadOptions Modifier and Type Method Description DownloadOptionsDownloadOptions. conditions(IfCondition... condition)Adds one or more If based conditions to the header chain to offer conditional matching before the data is streamedstatic DownloadOptionsDownloadOptions. create()DownloadOptionsDownloadOptions. header(String name, Object value)Adds a user specified header name and valueDownloadOptionsDownloadOptions. range(Range... ranges)Download select ranges of bytes -
Uses of DownloadOptions in org.openstack4j.model.storage.object
Methods in org.openstack4j.model.storage.object with parameters of type DownloadOptions Modifier and Type Method Description DLPayloadSwiftObject. download(DownloadOptions options)Retrieves the Payload for the data backing the current object -
Uses of DownloadOptions in org.openstack4j.openstack.storage.object.domain
Methods in org.openstack4j.openstack.storage.object.domain with parameters of type DownloadOptions Modifier and Type Method Description DLPayloadSwiftObjectImpl. download(DownloadOptions options) -
Uses of DownloadOptions in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type DownloadOptions Modifier and Type Method Description DLPayloadObjectStorageObjectServiceImpl. download(String containerName, String name, DownloadOptions options)DLPayloadObjectStorageObjectServiceImpl. download(ObjectLocation location, DownloadOptions options)
-