Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DistributionSummary> |
DistributionList.items
A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
DistributionSummary |
DistributionSummary.clone() |
DistributionSummary |
DistributionSummary.withAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain
names), if any, for this distribution.
|
DistributionSummary |
DistributionSummary.withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior elements.
|
DistributionSummary |
DistributionSummary.withComment(java.lang.String comment)
The comment originally specified when this distribution was created.
|
DistributionSummary |
DistributionSummary.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses elements.
|
DistributionSummary |
DistributionSummary.withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you do not
specify a CacheBehavior element or if files don't match any of the values
of PathPattern in CacheBehavior elements.You must create exactly one
default cache behavior.
|
DistributionSummary |
DistributionSummary.withDomainName(java.lang.String domainName)
The domain name corresponding to the distribution.
|
DistributionSummary |
DistributionSummary.withEnabled(java.lang.Boolean enabled)
Whether the distribution is enabled to accept end user requests for
content.
|
DistributionSummary |
DistributionSummary.withId(java.lang.String id)
The identifier for the distribution.
|
DistributionSummary |
DistributionSummary.withLastModifiedTime(java.util.Date lastModifiedTime)
The date and time the distribution was last modified.
|
DistributionSummary |
DistributionSummary.withOrigins(Origins origins)
A complex type that contains information about origins for this
distribution.
|
DistributionSummary |
DistributionSummary.withPriceClass(PriceClass priceClass) |
DistributionSummary |
DistributionSummary.withPriceClass(java.lang.String priceClass) |
DistributionSummary |
DistributionSummary.withRestrictions(Restrictions restrictions) |
DistributionSummary |
DistributionSummary.withStatus(java.lang.String status)
This response element indicates the current status of the distribution.
|
DistributionSummary |
DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate) |
DistributionSummary |
DistributionSummary.withWebACLId(java.lang.String webACLId)
The Web ACL Id (if any) associated with the distribution.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DistributionSummary> |
DistributionList.getItems()
A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
DistributionList |
DistributionList.withItems(DistributionSummary... items)
A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionList.setItems(java.util.Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
|
DistributionList |
DistributionList.withItems(java.util.Collection<DistributionSummary> items)
A complex type that contains one DistributionSummary element for each
distribution that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
DistributionSummary |
DistributionSummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |