Uses of Class
org.jclouds.blobstore.options.CopyOptions
-
-
Uses of CopyOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
AtmosBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
AzureBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
BlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
Copy blob from one container to another. -
Uses of CopyOptions in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type CopyOptions Modifier and Type Method Description String
LocalBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal with parameters of type CopyOptions Modifier and Type Method Description String
BaseBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.blobstore.options
Fields in org.jclouds.blobstore.options declared as CopyOptions Modifier and Type Field Description static CopyOptions
CopyOptions. NONE
Methods in org.jclouds.blobstore.options that return CopyOptions Modifier and Type Method Description CopyOptions
CopyOptions.Builder. build()
-
Uses of CopyOptions in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type CopyOptions Modifier and Type Method Description String
ForwardingBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
String
ReadOnlyBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
GoogleCloudStorageBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
RegionScopedSwiftBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-
Uses of CopyOptions in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type CopyOptions Modifier and Type Method Description String
S3BlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-