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.model.cloudfront |
Modifier and Type | Method and Description |
---|---|
List<InvalidationSummary> |
CloudFrontService.listInvalidations(String distributionId)
List all past invalidation summaries, ordered from most recent to oldest.
|
Modifier and Type | Method and Description |
---|---|
List<InvalidationSummary> |
InvalidationList.getInvalidationSummaries() |
Constructor and Description |
---|
InvalidationList(String marker,
String nextMarker,
int maxItems,
boolean isTruncated,
List<InvalidationSummary> invalidationSummaries) |
Copyright © 2006–2018. All rights reserved.