Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
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.withAliasICPRecordals(AliasICPRecordal... aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they
want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to
CloudFront.
|
DistributionSummary |
DistributionSummary.withAliasICPRecordals(Collection<AliasICPRecordal> aliasICPRecordals)
Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they
want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to
CloudFront.
|
DistributionSummary |
DistributionSummary.withARN(String aRN)
The ARN (Amazon Resource Name) for the distribution.
|
DistributionSummary |
DistributionSummary.withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more
CacheBehavior elements. |
DistributionSummary |
DistributionSummary.withComment(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 don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DistributionSummary |
DistributionSummary.withDomainName(String domainName)
The domain name that corresponds to the distribution, for example,
d111111abcdef8.cloudfront.net . |
DistributionSummary |
DistributionSummary.withEnabled(Boolean enabled)
Whether the distribution is enabled to accept user requests for content.
|
DistributionSummary |
DistributionSummary.withHttpVersion(HttpVersion httpVersion)
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
DistributionSummary |
DistributionSummary.withHttpVersion(String httpVersion)
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
DistributionSummary |
DistributionSummary.withId(String id)
The identifier for the distribution.
|
DistributionSummary |
DistributionSummary.withIsIPV6Enabled(Boolean isIPV6Enabled)
Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.
|
DistributionSummary |
DistributionSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
DistributionSummary |
DistributionSummary.withOriginGroups(OriginGroups originGroups)
A complex type that contains information about origin groups for this distribution.
|
DistributionSummary |
DistributionSummary.withOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
|
DistributionSummary |
DistributionSummary.withPriceClass(PriceClass priceClass)
A complex type that contains information about price class for this streaming distribution.
|
DistributionSummary |
DistributionSummary.withPriceClass(String priceClass)
A complex type that contains information about price class for this streaming distribution.
|
DistributionSummary |
DistributionSummary.withRestrictions(Restrictions restrictions)
A complex type that identifies ways in which you want to restrict distribution of your content.
|
DistributionSummary |
DistributionSummary.withStatus(String status)
The current status of the distribution.
|
DistributionSummary |
DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
DistributionSummary |
DistributionSummary.withWebACLId(String webACLId)
The Web ACL Id (if any) associated with the distribution.
|
Modifier and Type | Method and Description |
---|---|
List<DistributionSummary> |
DistributionList.getItems()
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current Amazon Web Services 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 Amazon Web Services account. |
Modifier and Type | Method and Description |
---|---|
void |
DistributionList.setItems(Collection<DistributionSummary> items)
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current Amazon Web Services account. |
DistributionList |
DistributionList.withItems(Collection<DistributionSummary> items)
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current Amazon Web Services account. |
Copyright © 2021. All rights reserved.