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