|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.blobstore.options.CreateContainerOptions
public class CreateContainerOptions
Contains options supported in the list container operation.
import static org.jclouds.blobstore.options.CreateContainerOptions.Builder.*
BlobStore connection = // get connection
Future> list = connection.list("container",inDirectory("home/users").maxResults(1000));
- Author:
- Adrian Cole
Nested Class Summary
static class
CreateContainerOptions.Builder
static class
CreateContainerOptions.ImmutableCreateContainerOptions
Field Summary
static CreateContainerOptions.ImmutableCreateContainerOptions
NONE
Constructor Summary
CreateContainerOptions()
Method Summary
CreateContainerOptions
clone()
boolean
isPublicRead()
CreateContainerOptions
publicRead()
return a listing of all objects inside the store, publicReadly.
String
toString()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
NONE
public static final CreateContainerOptions.ImmutableCreateContainerOptions NONE
Constructor Detail
CreateContainerOptions
public CreateContainerOptions()
Method Detail
isPublicRead
public boolean isPublicRead()
publicRead
public CreateContainerOptions publicRead()
- return a listing of all objects inside the store, publicReadly.
clone
public CreateContainerOptions clone()
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.