Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Distribution |
Distribution.clone() |
Distribution |
CreateDistributionWithTagsResult.getDistribution()
The distribution's information.
|
Distribution |
GetDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
UpdateDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
CreateDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
Distribution.withActiveTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this
distribution to serve private content using key groups.
|
Distribution |
Distribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
|
Distribution |
Distribution.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.
|
Distribution |
Distribution.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.
|
Distribution |
Distribution.withARN(String aRN)
The ARN (Amazon Resource Name) for the distribution.
|
Distribution |
Distribution.withDistributionConfig(DistributionConfig distributionConfig)
The current configuration information for the distribution.
|
Distribution |
Distribution.withDomainName(String domainName)
The domain name corresponding to the distribution, for example,
d111111abcdef8.cloudfront.net . |
Distribution |
Distribution.withId(String id)
The identifier for the distribution.
|
Distribution |
Distribution.withInProgressInvalidationBatches(Integer inProgressInvalidationBatches)
The number of invalidation batches currently in progress.
|
Distribution |
Distribution.withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
Distribution |
Distribution.withStatus(String status)
This response element indicates the current status of the distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDistributionWithTagsResult.setDistribution(Distribution distribution)
The distribution's information.
|
void |
GetDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
void |
UpdateDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
void |
CreateDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
CreateDistributionWithTagsResult |
CreateDistributionWithTagsResult.withDistribution(Distribution distribution)
The distribution's information.
|
GetDistributionResult |
GetDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
UpdateDistributionResult |
UpdateDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
CreateDistributionResult |
CreateDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
Copyright © 2021. All rights reserved.