Uses of Class
com.amazonaws.services.cloudfront.model.DistributionSummary
Packages that use DistributionSummary
-
Uses of DistributionSummary in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return DistributionSummaryModifier and TypeMethodDescriptionDistributionSummary.clone()
DistributionSummary.withAliases
(Aliases aliases) A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.DistributionSummary.withCacheBehaviors
(CacheBehaviors cacheBehaviors) A complex type that contains zero or more CacheBehavior elements.DistributionSummary.withComment
(String comment) The comment originally specified when this distribution was created.DistributionSummary.withCustomErrorResponses
(CustomErrorResponses customErrorResponses) A complex type that contains zero or more CustomErrorResponses elements.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.withDomainName
(String domainName) The domain name corresponding to the distribution.DistributionSummary.withEnabled
(Boolean enabled) Whether the distribution is enabled to accept end user requests for content.The identifier for the distribution.DistributionSummary.withLastModifiedTime
(Date lastModifiedTime) The date and time the distribution was last modified.DistributionSummary.withOrigins
(Origins origins) A complex type that contains information about origins for this distribution.DistributionSummary.withPriceClass
(PriceClass priceClass) DistributionSummary.withPriceClass
(String priceClass) DistributionSummary.withRestrictions
(Restrictions restrictions) DistributionSummary.withStatus
(String status) This response element indicates the current status of the distribution.DistributionSummary.withViewerCertificate
(ViewerCertificate viewerCertificate) DistributionSummary.withWebACLId
(String webACLId) The Web ACL Id (if any) associated with the distribution.Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type DistributionSummaryModifier and TypeMethodDescriptionDistributionList.getItems()
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.Methods in com.amazonaws.services.cloudfront.model with parameters of type DistributionSummaryModifier and TypeMethodDescriptionDistributionList.withItems
(DistributionSummary... items) A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type DistributionSummaryModifier and TypeMethodDescriptionvoid
DistributionList.setItems
(Collection<DistributionSummary> items) A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.DistributionList.withItems
(Collection<DistributionSummary> items) A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.