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 booleanObjectApi. 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 DeleteObjectOptionsDeleteObjectOptions.Builder. generation(Long generation)DeleteObjectOptionsDeleteObjectOptions. generation(Long generation)DeleteObjectOptionsDeleteObjectOptions.Builder. ifGenerationMatch(Long ifGenerationMatch)DeleteObjectOptionsDeleteObjectOptions. ifGenerationMatch(Long ifGenerationMatch)DeleteObjectOptionsDeleteObjectOptions.Builder. ifGenerationNotMatch(Long ifGenerationNotMatch)DeleteObjectOptionsDeleteObjectOptions. ifGenerationNotMatch(Long ifGenerationNotMatch)DeleteObjectOptionsDeleteObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)DeleteObjectOptionsDeleteObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)DeleteObjectOptionsDeleteObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)DeleteObjectOptionsDeleteObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)DeleteObjectOptionsDeleteObjectOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)DeleteObjectOptionsDeleteObjectOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-