Uses of Class
org.jclouds.b2.domain.Bucket
- 
Packages that use Bucket Package Description org.jclouds.b2.domain org.jclouds.b2.features  - 
- 
Uses of Bucket in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return Bucket Modifier and Type Method Description static BucketBucket. create(String bucketId, String accountId, String bucketName, BucketType bucketType)Methods in org.jclouds.b2.domain that return types with arguments of type Bucket Modifier and Type Method Description abstract List<Bucket>BucketList. buckets()Method parameters in org.jclouds.b2.domain with type arguments of type Bucket Modifier and Type Method Description static BucketListBucketList. create(List<Bucket> buckets) - 
Uses of Bucket in org.jclouds.b2.features
Methods in org.jclouds.b2.features that return Bucket Modifier and Type Method Description BucketBucketApi. createBucket(String bucketName, BucketType bucketType)BucketBucketApi. deleteBucket(String bucketId)BucketBucketApi. updateBucket(String bucketId, BucketType bucketType) 
 -