@Immutable @Loggable(value=1) public final class FkBucket extends Object implements Bucket
Bucket.Prefixed| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Bucket bucket)  | 
boolean | 
exists()
Checks if the bucket exists. 
 | 
Iterable<String> | 
list(String pfx)
List object names with a given prefix. 
 | 
String | 
name()
Get bucket name. 
 | 
Ocket | 
ocket(String key)
Get object. 
 | 
Region | 
region()
Get region we're in. 
 | 
void | 
remove(String key)
Delete object from bucket. 
 | 
public boolean exists()
Bucketpublic void remove(String key)
Bucketpublic Iterable<String> list(String pfx)
Bucketpublic int compareTo(Bucket bucket)
compareTo in interface Comparable<Bucket>Copyright © 2012–2017 jcabi.com. All rights reserved.