Uses of Class
org.jclouds.openstack.swift.v1.domain.ExtractArchiveResponse
-
Packages that use ExtractArchiveResponse Package Description org.jclouds.openstack.swift.v1.domain org.jclouds.openstack.swift.v1.features -
-
Uses of ExtractArchiveResponse in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return ExtractArchiveResponse Modifier and Type Method Description static ExtractArchiveResponse
ExtractArchiveResponse. create(int created, Map<String,String> errors)
-
Uses of ExtractArchiveResponse in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return ExtractArchiveResponse Modifier and Type Method Description ExtractArchiveResponse
BulkApi. extractArchive(String path, Payload payload, String format)
Extracts a tar archive at the path specified aspath
.
-