Uses of Class
org.jclouds.googlecloudstorage.options.CopyObjectOptions

Packages that use CopyObjectOptions
org.jclouds.googlecloudstorage.features   
org.jclouds.googlecloudstorage.options   
 

Uses of CopyObjectOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type CopyObjectOptions
 GCSObject ObjectApi.copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, CopyObjectOptions options)
          Copies an object to a specified location.
 

Uses of CopyObjectOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return CopyObjectOptions
 CopyObjectOptions CopyObjectOptions.contentEncoding(String contentEncoding)
           
 CopyObjectOptions CopyObjectOptions.Builder.contentEncoding(String contentEncoding)
           
 CopyObjectOptions CopyObjectOptions.ifGenerationMatch(Long ifGenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifGenerationMatch(Long ifGenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.ifSourceGenerationMatch(Long ifSourceGenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifSourceGenerationMatch(Long ifSourceGenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
           
 CopyObjectOptions CopyObjectOptions.ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.Builder.ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
           
 CopyObjectOptions CopyObjectOptions.name(String name)
           
 CopyObjectOptions CopyObjectOptions.Builder.name(String name)
           
 CopyObjectOptions CopyObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 CopyObjectOptions CopyObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 CopyObjectOptions CopyObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 CopyObjectOptions CopyObjectOptions.sourceGeneration(Long sourceGeneration)
           
 CopyObjectOptions CopyObjectOptions.Builder.sourceGeneration(Long sourceGeneration)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.