Uses of Class
org.jclouds.googlecloudstorage.options.CopyObjectOptions
Packages that use CopyObjectOptions
-
Uses of CopyObjectOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type CopyObjectOptionsModifier and TypeMethodDescriptionObjectApi.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 CopyObjectOptionsModifier and TypeMethodDescriptionCopyObjectOptions.Builder.contentEncoding
(String contentEncoding) CopyObjectOptions.contentEncoding
(String contentEncoding) CopyObjectOptions.Builder.ifGenerationMatch
(Long ifGenerationMatch) CopyObjectOptions.ifGenerationMatch
(Long ifGenerationMatch) CopyObjectOptions.Builder.ifGenerationNotMatch
(Long ifGenerationNotMatch) CopyObjectOptions.ifGenerationNotMatch
(Long ifGenerationNotMatch) CopyObjectOptions.Builder.ifMetagenerationMatch
(Long ifMetagenerationMatch) CopyObjectOptions.ifMetagenerationMatch
(Long ifMetagenerationMatch) CopyObjectOptions.Builder.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) CopyObjectOptions.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) CopyObjectOptions.Builder.ifSourceGenerationMatch
(Long ifSourceGenerationMatch) CopyObjectOptions.ifSourceGenerationMatch
(Long ifSourceGenerationMatch) CopyObjectOptions.Builder.ifSourceGenerationNotMatch
(Long ifSourceGenerationNotMatch) CopyObjectOptions.ifSourceGenerationNotMatch
(Long ifSourceGenerationNotMatch) CopyObjectOptions.Builder.ifSourceMetagenerationMatch
(Long ifSourceMetagenerationMatch) CopyObjectOptions.ifSourceMetagenerationMatch
(Long ifSourceMetagenerationMatch) CopyObjectOptions.Builder.ifSourceMetagenerationNotMatch
(Long ifSourceMetagenerationNotMatch) CopyObjectOptions.ifSourceMetagenerationNotMatch
(Long ifSourceMetagenerationNotMatch) CopyObjectOptions.Builder.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) CopyObjectOptions.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) CopyObjectOptions.projection
(DomainResourceReferences.Projection projection) CopyObjectOptions.Builder.sourceGeneration
(Long sourceGeneration) CopyObjectOptions.sourceGeneration
(Long sourceGeneration)