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 RewriteResponse
ObjectApi. 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 RewriteObjectOptions
RewriteObjectOptions.Builder. ifGenerationMatch(Long ifGenerationMatch)
RewriteObjectOptions
RewriteObjectOptions. ifGenerationMatch(Long ifGenerationMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifGenerationNotMatch(Long ifGenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions. ifGenerationNotMatch(Long ifGenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
RewriteObjectOptions
RewriteObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifSourceGenerationMatch(Long ifSourceGenerationMatch)
RewriteObjectOptions
RewriteObjectOptions. ifSourceGenerationMatch(Long ifSourceGenerationMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
RewriteObjectOptions
RewriteObjectOptions. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
RewriteObjectOptions
RewriteObjectOptions.Builder. maxBytesRewrittenPerCall(Long maxBytesRewrittenPerCall)
RewriteObjectOptions
RewriteObjectOptions. maxBytesRewrittenPerCall(Long maxBytesRewrittenPerCall)
RewriteObjectOptions
RewriteObjectOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
RewriteObjectOptions
RewriteObjectOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
RewriteObjectOptions
RewriteObjectOptions.Builder. projection(DomainResourceReferences.Projection projection)
RewriteObjectOptions
RewriteObjectOptions. projection(DomainResourceReferences.Projection projection)
RewriteObjectOptions
RewriteObjectOptions.Builder. rewriteToken(String rewriteToken)
RewriteObjectOptions
RewriteObjectOptions. rewriteToken(String rewriteToken)
RewriteObjectOptions
RewriteObjectOptions.Builder. sourceGeneration(Long sourceGeneration)
RewriteObjectOptions
RewriteObjectOptions. sourceGeneration(Long sourceGeneration)
-