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 |
---|---|
DistributionConfig |
CloudFrontService.getDistributionConfig(String distributionId)
Lookup configuration information for a standard distribution.
|
protected DistributionConfig |
CloudFrontService.getDistributionConfigImpl(boolean isStreaming,
String distributionId) |
DistributionConfig |
CloudFrontService.updateDistributionConfig(String id,
DistributionConfig config)
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)
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) . |
protected DistributionConfig |
CloudFrontService.updateDistributionConfigImpl(String id,
DistributionConfig config)
Update a streaming or non-streaming distribution.
|
Modifier and Type | Method and Description |
---|---|
protected String |
CloudFrontService.buildDistributionConfigXmlDocument(DistributionConfig config)
Generate a DistributionConfig or StreamingDistributionConfig XML document.
|
Distribution |
CloudFrontService.createDistribution(DistributionConfig config)
Create a public or private CloudFront distribution for an S3 bucket based
on a pre-configured
DistributionConfig . |
protected Distribution |
CloudFrontService.createDistributionImpl(DistributionConfig config)
Create a streaming or non-streaming distribution.
|
DistributionConfig |
CloudFrontService.updateDistributionConfig(String id,
DistributionConfig config)
Update the configuration of an existing distribution to change its properties
or public/private status.
|
protected DistributionConfig |
CloudFrontService.updateDistributionConfigImpl(String id,
DistributionConfig config)
Update a streaming or non-streaming distribution.
|
Modifier and Type | Method and Description |
---|---|
DistributionConfig |
CloudFrontXmlResponsesSaxParser.DistributionConfigHandler.getDistributionConfig() |
Modifier and Type | Class and Description |
---|---|
class |
StreamingDistributionConfig |
Modifier and Type | Method and Description |
---|---|
DistributionConfig |
Distribution.getConfig() |
Constructor and Description |
---|
Distribution(String id,
String status,
Date lastModifiedDate,
Long inProgressInvalidationBatches,
String domainName,
Map activeTrustedSigners,
DistributionConfig config) |
Distribution(String id,
String status,
Date lastModifiedDate,
String domainName,
Map activeTrustedSigners,
DistributionConfig config)
Deprecated.
as of 2012-05-05 API version.
|
StreamingDistribution(String id,
String status,
Date lastModifiedDate,
String domainName,
Map activeTrustedSigners,
DistributionConfig config)
Deprecated.
as of 2012-05-05 API version.
|
Copyright © 2006–2018. All rights reserved.