| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| org.jclouds.blobstore.domain |
| Modifier and Type | Method and Description |
|---|---|
BlobAccess |
BlobStore.getBlobAccess(String container,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
| Modifier and Type | Method and Description |
|---|---|
BlobAccess |
LocalBlobStore.getBlobAccess(String container,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalBlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
| Modifier and Type | Method and Description |
|---|---|
static BlobAccess |
BlobAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobAccess[] |
BlobAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.