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 GoogleCloudStorageObject
ObjectApi. 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 CopyObjectOptions
CopyObjectOptions.Builder. contentEncoding(String contentEncoding)
CopyObjectOptions
CopyObjectOptions. contentEncoding(String contentEncoding)
CopyObjectOptions
CopyObjectOptions.Builder. ifGenerationMatch(Long ifGenerationMatch)
CopyObjectOptions
CopyObjectOptions. ifGenerationMatch(Long ifGenerationMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifGenerationNotMatch(Long ifGenerationNotMatch)
CopyObjectOptions
CopyObjectOptions. ifGenerationNotMatch(Long ifGenerationNotMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifMetagenerationMatch(Long ifMetagenerationMatch)
CopyObjectOptions
CopyObjectOptions. ifMetagenerationMatch(Long ifMetagenerationMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
CopyObjectOptions
CopyObjectOptions. ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifSourceGenerationMatch(Long ifSourceGenerationMatch)
CopyObjectOptions
CopyObjectOptions. ifSourceGenerationMatch(Long ifSourceGenerationMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
CopyObjectOptions
CopyObjectOptions. ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
CopyObjectOptions
CopyObjectOptions. ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
CopyObjectOptions
CopyObjectOptions.Builder. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
CopyObjectOptions
CopyObjectOptions. ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
CopyObjectOptions
CopyObjectOptions.Builder. name(String name)
CopyObjectOptions
CopyObjectOptions. name(String name)
CopyObjectOptions
CopyObjectOptions.Builder. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
CopyObjectOptions
CopyObjectOptions. predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
CopyObjectOptions
CopyObjectOptions. projection(DomainResourceReferences.Projection projection)
CopyObjectOptions
CopyObjectOptions.Builder. sourceGeneration(Long sourceGeneration)
CopyObjectOptions
CopyObjectOptions. sourceGeneration(Long sourceGeneration)
-