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 StringAtmosBlobStore. 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 StringAzureBlobStore. 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 StringBlobStore. 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 StringLocalBlobStore. 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 StringBaseBlobStore. 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 CopyOptionsCopyOptions. NONEMethods in org.jclouds.blobstore.options that return CopyOptions Modifier and Type Method Description CopyOptionsCopyOptions.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 StringForwardingBlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)StringReadOnlyBlobStore. 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 StringGoogleCloudStorageBlobStore. 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 StringRegionScopedSwiftBlobStore. 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 StringS3BlobStore. copyBlob(String fromContainer, String fromName, String toContainer, String toName, CopyOptions options)
-