Uses of Class
org.jclouds.googlecloudstorage.domain.RewriteResponse
-
Packages that use RewriteResponse Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.features -
-
Uses of RewriteResponse in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return RewriteResponse Modifier and Type Method Description static RewriteResponseRewriteResponse. create(long totalBytesRewritten, long objectSize, boolean done, String rewriteToken, GoogleCloudStorageObject resource) -
Uses of RewriteResponse in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return RewriteResponse Modifier and Type Method Description RewriteResponseObjectApi. rewriteObjects(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject)Rewrites a source object to a destination object.RewriteResponseObjectApi. rewriteObjects(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, RewriteObjectOptions options)Rewrites a source object to a destination object.
-