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 |
---|---|
Distribution |
CloudFrontService.createDistribution(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Create a public CloudFront distribution for an S3 bucket.
|
Distribution |
CloudFrontService.createDistribution(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols,
String defaultRootObject)
Create a public or private CloudFront distribution for an S3 bucket.
|
Distribution |
CloudFrontService.createDistribution(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols,
String defaultRootObject,
Long minTTL)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.createDistribution(DistributionConfig) . |
StreamingDistribution |
CloudFrontService.createStreamingDistribution(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.createDistribution(DistributionConfig) . |
StreamingDistribution |
CloudFrontService.createStreamingDistribution(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.createDistribution(DistributionConfig) . |
DistributionConfig |
CloudFrontService.updateDistributionConfig(String id,
Origin origin,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Update the configuration of an existing distribution to change its properties.
|
DistributionConfig |
CloudFrontService.updateDistributionConfig(String id,
Origin origin,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols,
String defaultRootObject)
Update the configuration of an existing distribution to change its properties
or public/private status.
|
DistributionConfig |
CloudFrontService.updateDistributionConfig(String id,
Origin origin,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols,
String defaultRootObject,
Long minTTL)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.updateDistributionConfig(String, DistributionConfig) . |
StreamingDistributionConfig |
CloudFrontService.updateStreamingDistributionConfig(String id,
Origin origin,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.updateDistributionConfig(String, DistributionConfig) . |
StreamingDistributionConfig |
CloudFrontService.updateStreamingDistributionConfig(String id,
Origin origin,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers)
Deprecated.
as of 2012-05-05 API version, use
CloudFrontService.updateDistributionConfig(String, DistributionConfig) . |
Modifier and Type | Method and Description |
---|---|
LoggingStatus |
CloudFrontXmlResponsesSaxParser.LoggingStatusHandler.getLoggingStatus() |
Modifier and Type | Method and Description |
---|---|
LoggingStatus |
DistributionConfig.getLoggingStatus() |
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 origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Deprecated.
as of 2012-05-05 API version.
|
DistributionConfig(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols,
String defaultRootObject,
Long minTTL)
Deprecated.
as of 2012-05-05 API version.
|
StreamingDistributionConfig(Origin[] origins,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
String[] trustedSignerAwsAccountNumbers)
Construct a distribution configuration compatible with CloudFront API versions 2012-05-05 and later
|
StreamingDistributionConfig(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus)
Deprecated.
as of 2012-05-05 API version.
|
StreamingDistributionConfig(Origin origin,
String callerReference,
String[] cnames,
String comment,
boolean enabled,
LoggingStatus loggingStatus,
boolean trustedSignerSelf,
String[] trustedSignerAwsAccountNumbers,
String[] requiredProtocols)
Deprecated.
as of 2012-05-05 API version.
|
Copyright © 2006–2018. All rights reserved.