public interface Region
To get an instance of this interface, instantiate Region.Simple,
for example:
Region region = new Region.Simple(key, secret);
Bucket bucket = region.bucket("my.example.com");
bucket.remove("README.txt");| Modifier and Type | Interface and Description |
|---|---|
static class |
Region.Simple
Simple implementation.
|
Copyright © 2012–2017 jcabi.com. All rights reserved.