Uses of Class
org.jclouds.googlecloudstorage.options.DeleteObjectOptions
-
Packages that use DeleteObjectOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description DeleteObjectOptions
DeleteObjectOptions.Builder. generation(Long generation)
DeleteObjectOptions
DeleteObjectOptions. generation(Long generation)
DeleteObjectOptions
DeleteObjectOptions.Builder. ifGenerationMatch(Long ifGenerationMatch)
DeleteObjectOptions
DeleteObjectOptions. ifGenerationMatch(Long ifGenerationMatch)
DeleteObjectOptions
DeleteObjectOptions.Builder. ifGenerationNotMatch(Long ifGenerationNotMatch)
DeleteObjectOptions
DeleteObjectOptions. ifGenerationNotMatch(Long ifGenerationNotMatch)
DeleteObjectOptions
DeleteObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
DeleteObjectOptions
DeleteObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
DeleteObjectOptions
DeleteObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
DeleteObjectOptions
DeleteObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
DeleteObjectOptions
DeleteObjectOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
DeleteObjectOptions
DeleteObjectOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-