| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.options |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
TransientAsyncBlobStore.createContainerInLocation(org.jclouds.domain.Location location,
String container,
CreateContainerOptions options) |
boolean |
BlobStore.createContainerInLocation(org.jclouds.domain.Location location,
String container,
CreateContainerOptions options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(org.jclouds.domain.Location location,
String container,
CreateContainerOptions options) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateContainerOptions.ImmutableCreateContainerOptions |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerOptions |
CreateContainerOptions.clone() |
CreateContainerOptions |
CreateContainerOptions.ImmutableCreateContainerOptions.clone() |
CreateContainerOptions |
CreateContainerOptions.publicRead()
return a listing of all objects inside the store, publicReadly.
|
CreateContainerOptions |
CreateContainerOptions.ImmutableCreateContainerOptions.publicRead() |
static CreateContainerOptions |
CreateContainerOptions.Builder.publicRead() |
| Constructor and Description |
|---|
CreateContainerOptions.ImmutableCreateContainerOptions(CreateContainerOptions delegate) |
Copyright © 2009-2012 jclouds. All Rights Reserved.