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

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

Uses of DeleteObjectOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type DeleteObjectOptions
 boolean ObjectApi.deleteObject(String bucketName, String objectName, DeleteObjectOptions options)
          Deletes an object and its metadata.
 

Uses of DeleteObjectOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return DeleteObjectOptions
 DeleteObjectOptions DeleteObjectOptions.generation(Long generation)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.generation(Long generation)
           
 DeleteObjectOptions DeleteObjectOptions.ifGenerationMatch(Long ifGenerationMatch)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.ifGenerationMatch(Long ifGenerationMatch)
           
 DeleteObjectOptions DeleteObjectOptions.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 DeleteObjectOptions DeleteObjectOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 DeleteObjectOptions DeleteObjectOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 DeleteObjectOptions DeleteObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 



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