Uses of Class
com.amazonaws.services.cloudfront.model.Distribution
Packages that use Distribution
-
Uses of Distribution in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return DistributionModifier and TypeMethodDescriptionDistribution.clone()
CreateDistributionResult.getDistribution()
The distribution's information.GetDistributionResult.getDistribution()
The distribution's information.UpdateDistributionResult.getDistribution()
The distribution's information.Distribution.withActiveTrustedSigners
(ActiveTrustedSigners activeTrustedSigners) CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.Distribution.withDistributionConfig
(DistributionConfig distributionConfig) The current configuration information for the distribution.Distribution.withDomainName
(String domainName) The domain name corresponding to the distribution.The identifier for the distribution.Distribution.withInProgressInvalidationBatches
(Integer inProgressInvalidationBatches) The number of invalidation batches currently in progress.Distribution.withLastModifiedTime
(Date lastModifiedTime) The date and time the distribution was last modified.Distribution.withStatus
(String status) This response element indicates the current status of the distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type DistributionModifier and TypeMethodDescriptionvoid
CreateDistributionResult.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.CreateDistributionResult.withDistribution
(Distribution distribution) The distribution's information.GetDistributionResult.withDistribution
(Distribution distribution) The distribution's information.UpdateDistributionResult.withDistribution
(Distribution distribution) The distribution's information.