Uses of Class
org.jclouds.openstack.swift.v1.domain.DeleteStaticLargeObjectResponse
-
Packages that use DeleteStaticLargeObjectResponse Package Description org.jclouds.openstack.swift.v1.domain org.jclouds.openstack.swift.v1.features -
-
Uses of DeleteStaticLargeObjectResponse in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return DeleteStaticLargeObjectResponse Modifier and Type Method Description static DeleteStaticLargeObjectResponse
DeleteStaticLargeObjectResponse. create(String status, int deleted, int notFound, Map<String,String> errors)
-
Uses of DeleteStaticLargeObjectResponse in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return DeleteStaticLargeObjectResponse Modifier and Type Method Description DeleteStaticLargeObjectResponse
StaticLargeObjectApi. delete(String objectName)
Deletes a static large object, if present, including all of its segments.
-