| Modifier and Type | Method and Description |
|---|---|
String |
AtmosBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
AzureBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
BlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options)
Copy blob from one container to another.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LocalBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
BaseBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Field and Description |
|---|---|
static CopyOptions |
CopyOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
CopyOptions |
CopyOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
String |
ReadOnlyBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
String |
ForwardingBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
RegionScopedSwiftBlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
S3BlobStore.copyBlob(String fromContainer,
String fromName,
String toContainer,
String toName,
CopyOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.