| Package | Description |
|---|---|
| org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Invalidation |
CloudFrontService.getInvalidation(java.lang.String distributionId,
java.lang.String invalidationId) |
Invalidation |
CloudFrontService.invalidateObjects(java.lang.String distributionId,
S3Object[] objects,
java.lang.String callerReference)
Remove distribution objects from a CloudFront edge server cache to force
a refresh of the object data from the S3 origin.
|
Invalidation |
CloudFrontService.invalidateObjects(java.lang.String distributionId,
java.lang.String[] objectKeys,
java.lang.String callerReference)
Remove distribution objects from a CloudFront edge server cache to force
a refresh of the object data from the S3 origin.
|
| Modifier and Type | Field and Description |
|---|---|
private Invalidation |
CloudFrontXmlResponsesSaxParser.InvalidationHandler.invalidation |
| Modifier and Type | Method and Description |
|---|---|
Invalidation |
CloudFrontXmlResponsesSaxParser.InvalidationHandler.getInvalidation() |