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

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

Uses of UpdateObjectOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type UpdateObjectOptions
 GCSObject ObjectApi.patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
          Updates an object according to patch semantics
 GCSObject ObjectApi.updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
          Updates an object
 

Uses of UpdateObjectOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return UpdateObjectOptions
 UpdateObjectOptions UpdateObjectOptions.generation(Long generation)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.generation(Long generation)
           
 UpdateObjectOptions UpdateObjectOptions.ifGenerationMatch(Long ifGenerationMatch)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.ifGenerationMatch(Long ifGenerationMatch)
           
 UpdateObjectOptions UpdateObjectOptions.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 UpdateObjectOptions UpdateObjectOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateObjectOptions UpdateObjectOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateObjectOptions UpdateObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateObjectOptions UpdateObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 UpdateObjectOptions InsertObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 UpdateObjectOptions CopyObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 



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