Uses of Class
org.jclouds.googlecloudstorage.options.RewriteObjectOptions
-
Packages that use RewriteObjectOptions Package Description org.jclouds.googlecloudstorage.features org.jclouds.googlecloudstorage.options -
-
Uses of RewriteObjectOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type RewriteObjectOptions Modifier and Type Method Description RewriteResponseObjectApi. rewriteObjects(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, RewriteObjectOptions options)Rewrites a source object to a destination object. -
Uses of RewriteObjectOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return RewriteObjectOptions Modifier and Type Method Description RewriteObjectOptionsRewriteObjectOptions.Builder. ifGenerationMatch(Long ifGenerationMatch)RewriteObjectOptionsRewriteObjectOptions. ifGenerationMatch(Long ifGenerationMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifGenerationNotMatch(Long ifGenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions. ifGenerationNotMatch(Long ifGenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)RewriteObjectOptionsRewriteObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifSourceGenerationMatch(Long ifSourceGenerationMatch)RewriteObjectOptionsRewriteObjectOptions. ifSourceGenerationMatch(Long ifSourceGenerationMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)RewriteObjectOptionsRewriteObjectOptions. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)RewriteObjectOptionsRewriteObjectOptions.Builder. maxBytesRewrittenPerCall(Long maxBytesRewrittenPerCall)RewriteObjectOptionsRewriteObjectOptions. maxBytesRewrittenPerCall(Long maxBytesRewrittenPerCall)RewriteObjectOptionsRewriteObjectOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)RewriteObjectOptionsRewriteObjectOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)RewriteObjectOptionsRewriteObjectOptions.Builder. projection(DomainResourceReferences.Projection projection)RewriteObjectOptionsRewriteObjectOptions. projection(DomainResourceReferences.Projection projection)RewriteObjectOptionsRewriteObjectOptions.Builder. rewriteToken(String rewriteToken)RewriteObjectOptionsRewriteObjectOptions. rewriteToken(String rewriteToken)RewriteObjectOptionsRewriteObjectOptions.Builder. sourceGeneration(Long sourceGeneration)RewriteObjectOptionsRewriteObjectOptions. sourceGeneration(Long sourceGeneration)
-