| Package | Description |
|---|---|
| org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Field and Description |
|---|---|
private LifecycleConfig.Rule |
XmlResponsesSaxParser.LifecycleConfigurationHandler.latestRule |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LifecycleConfig.Rule> |
LifecycleConfig.rules |
| Modifier and Type | Method and Description |
|---|---|
LifecycleConfig.Rule |
LifecycleConfig.newRule(java.lang.String id,
java.lang.String prefix,
java.lang.Boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LifecycleConfig.Rule> |
LifecycleConfig.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleConfig.addRule(LifecycleConfig.Rule rule) |
| Constructor and Description |
|---|
LifecycleConfig(java.util.List<LifecycleConfig.Rule> rules) |