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(DistributionConfig config)
Create a public or private CloudFront distribution for an S3 bucket based
on a pre-configured
DistributionConfig . |
Distribution |
CloudFrontService.createDistribution(Origin origin)
Create a minimally-configured CloudFront distribution for an S3 bucket that will
be publicly available once created.
|
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) . |
protected Distribution |
CloudFrontService.createDistributionImpl(DistributionConfig config)
Create a streaming or non-streaming distribution.
|
Distribution |
CloudFrontService.getDistributionInfo(String id)
Lookup information for a standard distribution.
|
protected Distribution |
CloudFrontService.getDistributionInfoImpl(boolean isStreaming,
String distributionId) |
Distribution[] |
CloudFrontService.listDistributions()
List all your standard CloudFront distributions.
|
Distribution[] |
CloudFrontService.listDistributions(int pagingSize)
List all your standard CloudFront distributions, with a given maximum
number of Distribution items in each "page" of results.
|
Distribution[] |
CloudFrontService.listDistributions(String bucketName)
List the distributions whose origin is the given S3 bucket name.
|
Modifier and Type | Method and Description |
---|---|
List<Distribution> |
CloudFrontService.listDistributionsByBucketName(boolean isStreaming,
String bucketName)
List streaming or non-stream distributions whose origin is the given S3 bucket name.
|
protected List<Distribution> |
CloudFrontService.listDistributionsImpl(boolean isStreaming,
int pagingSize)
List streaming or non-streaming Distributions in a CloudFront account.
|
Modifier and Type | Method and Description |
---|---|
Distribution |
CloudFrontXmlResponsesSaxParser.DistributionHandler.getDistribution() |
Distribution |
CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler.getDistribution() |
Modifier and Type | Method and Description |
---|---|
List<Distribution> |
CloudFrontXmlResponsesSaxParser.DistributionListHandler.getDistributions() |
Modifier and Type | Class and Description |
---|---|
class |
StreamingDistribution |
Copyright © 2006–2018. All rights reserved.