Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
DistributionSummary |
DistributionSummary.withCachingBehavior(CachingBehavior cachingBehavior)
Specifies options that affects caching behavior, such as minimum TTL
values.
|
DistributionSummary |
DistributionSummary.withCNAME(Collection<String> cNAME)
The CNAMEs associated with this distribution.
|
DistributionSummary |
DistributionSummary.withCNAME(String... cNAME)
The CNAMEs associated with this distribution.
|
DistributionSummary |
DistributionSummary.withComment(String comment)
The comment originally specified when this distribution was created.
|
DistributionSummary |
DistributionSummary.withCustomOrigin(CustomOrigin customOrigin)
A customer origin.
|
DistributionSummary |
DistributionSummary.withDomainName(String domainName)
The domain name corresponding to the distribution.
|
DistributionSummary |
DistributionSummary.withEnabled(Boolean enabled)
Whether the distribution is enabled to accept end user requests for
content.
|
DistributionSummary |
DistributionSummary.withId(String id)
The identifier for the distribution.
|
DistributionSummary |
DistributionSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
DistributionSummary |
DistributionSummary.withS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
DistributionSummary |
DistributionSummary.withStatus(String status)
This response element indicates the current status of the
distribution.
|
DistributionSummary |
DistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
Modifier and Type | Method and Description |
---|---|
List<DistributionSummary> |
DistributionList.getDistributionSummaries()
An XML structure containing a summary of the distribution.
|
Modifier and Type | Method and Description |
---|---|
DistributionList |
DistributionList.withDistributionSummaries(DistributionSummary... distributionSummaries)
An XML structure containing a summary of the distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionList.setDistributionSummaries(Collection<DistributionSummary> distributionSummaries)
An XML structure containing a summary of the distribution.
|
DistributionList |
DistributionList.withDistributionSummaries(Collection<DistributionSummary> distributionSummaries)
An XML structure containing a summary of the distribution.
|
Copyright © 2014. All rights reserved.