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.
|
org.jets3t.service.model.cloudfront |
Modifier and Type | Method and Description |
---|---|
protected com.jamesmurty.utils.XMLBuilder |
CloudFrontService.buildCacheBehaviors(CacheBehavior[] cbs) |
protected com.jamesmurty.utils.XMLBuilder |
CloudFrontService.buildCacheBehaviorsElement(boolean isDefault,
CacheBehavior[] cbs) |
protected com.jamesmurty.utils.XMLBuilder |
CloudFrontService.buildDefaultCacheBehavior(CacheBehavior cb) |
Modifier and Type | Method and Description |
---|---|
CacheBehavior |
CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler.getCacheBehavior() |
Modifier and Type | Method and Description |
---|---|
CacheBehavior[] |
DistributionConfig.getCacheBehaviors() |
CacheBehavior |
DistributionConfig.getDefaultCacheBehavior() |
Constructor and Description |
---|
DistributionConfig(Origin[] origins,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
String defaultRootObject,
CacheBehavior defaultCacheBehavior,
CacheBehavior[] cacheBehaviors)
Construct a distribution configuration compatible with CloudFront API versions
2012-05-05 and later (i.e.
|
DistributionConfig(Origin[] origins,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
String defaultRootObject,
CacheBehavior defaultCacheBehavior,
CacheBehavior[] cacheBehaviors)
Construct a distribution configuration compatible with CloudFront API versions
2012-05-05 and later (i.e.
|
Copyright © 2006–2018. All rights reserved.