| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DistributionConfig | DistributionConfig. clone() | 
| DistributionConfig | DistributionConfigWithTags. getDistributionConfig()
 A distribution configuration. | 
| DistributionConfig | Distribution. getDistributionConfig()
 The distribution's configuration. | 
| DistributionConfig | UpdateDistributionRequest. getDistributionConfig()
 The distribution's configuration information. | 
| DistributionConfig | GetDistributionConfigResult. getDistributionConfig()
 The distribution's configuration information. | 
| DistributionConfig | CreateDistributionRequest. getDistributionConfig()
 The distribution's configuration information. | 
| DistributionConfig | DistributionConfig. withAliases(Aliases aliases)
 A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. | 
| DistributionConfig | DistributionConfig. withCacheBehaviors(CacheBehaviors cacheBehaviors)
 A complex type that contains zero or more  CacheBehaviorelements. | 
| DistributionConfig | DistributionConfig. withCallerReference(String callerReference)
 A unique value (for example, a date-time stamp) that ensures that the request can't be replayed. | 
| DistributionConfig | DistributionConfig. withComment(String comment)
 A comment to describe the distribution. | 
| DistributionConfig | DistributionConfig. withContinuousDeploymentPolicyId(String continuousDeploymentPolicyId)
 The identifier of a continuous deployment policy. | 
| DistributionConfig | DistributionConfig. withCustomErrorResponses(CustomErrorResponses customErrorResponses)
 A complex type that controls the following: | 
| DistributionConfig | DistributionConfig. withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
 A complex type that describes the default cache behavior if you don't specify a  CacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements. | 
| DistributionConfig | DistributionConfig. withDefaultRootObject(String defaultRootObject)
 The object that you want CloudFront to request from your origin (for example,  index.html) when a
 viewer requests the root URL for your distribution (https://www.example.com) instead of an object in
 your distribution (https://www.example.com/product-description.html). | 
| DistributionConfig | DistributionConfig. withEnabled(Boolean enabled)
 From this field, you can enable or disable the selected distribution. | 
| DistributionConfig | DistributionConfig. withHttpVersion(HttpVersion httpVersion)
 (Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate with CloudFront. | 
| DistributionConfig | DistributionConfig. withHttpVersion(String httpVersion)
 (Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate with CloudFront. | 
| DistributionConfig | DistributionConfig. withIsIPV6Enabled(Boolean isIPV6Enabled)
 If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify
  true. | 
| DistributionConfig | DistributionConfig. withLogging(LoggingConfig logging)
 A complex type that controls whether access logs are written for the distribution. | 
| DistributionConfig | DistributionConfig. withOriginGroups(OriginGroups originGroups)
 A complex type that contains information about origin groups for this distribution. | 
| DistributionConfig | DistributionConfig. withOrigins(Origins origins)
 A complex type that contains information about origins for this distribution. | 
| DistributionConfig | DistributionConfig. withPriceClass(PriceClass priceClass)
 The price class that corresponds with the maximum price that you want to pay for CloudFront service. | 
| DistributionConfig | DistributionConfig. withPriceClass(String priceClass)
 The price class that corresponds with the maximum price that you want to pay for CloudFront service. | 
| DistributionConfig | DistributionConfig. withRestrictions(Restrictions restrictions)
 A complex type that identifies ways in which you want to restrict distribution of your content. | 
| DistributionConfig | DistributionConfig. withStaging(Boolean staging)
 A Boolean that indicates whether this is a staging distribution. | 
| DistributionConfig | DistributionConfig. withViewerCertificate(ViewerCertificate viewerCertificate)
 A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers. | 
| DistributionConfig | DistributionConfig. withWebACLId(String webACLId)
 A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DistributionConfigWithTags. setDistributionConfig(DistributionConfig distributionConfig)
 A distribution configuration. | 
| void | Distribution. setDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration. | 
| void | UpdateDistributionRequest. setDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| void | GetDistributionConfigResult. setDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| void | CreateDistributionRequest. setDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| DistributionConfigWithTags | DistributionConfigWithTags. withDistributionConfig(DistributionConfig distributionConfig)
 A distribution configuration. | 
| Distribution | Distribution. withDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration. | 
| UpdateDistributionRequest | UpdateDistributionRequest. withDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| GetDistributionConfigResult | GetDistributionConfigResult. withDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| CreateDistributionRequest | CreateDistributionRequest. withDistributionConfig(DistributionConfig distributionConfig)
 The distribution's configuration information. | 
| Constructor and Description | 
|---|
| CreateDistributionRequest(DistributionConfig distributionConfig)Constructs a new CreateDistributionRequest object. | 
| UpdateDistributionRequest(DistributionConfig distributionConfig,
                         String id,
                         String ifMatch)Constructs a new UpdateDistributionRequest object. | 
Copyright © 2023. All rights reserved.