| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.options | |
| org.jclouds.blobstore.util |
| 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 |
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) |
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.