Uses of Class
com.amazonaws.services.cloudfront.model.DistributionConfig

Packages that use DistributionConfig
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of DistributionConfig in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return DistributionConfig
 DistributionConfig UpdateDistributionRequest.getDistributionConfig()
          The distribution's configuration information.
 DistributionConfig GetDistributionConfigResult.getDistributionConfig()
          The distribution's configuration information.
 DistributionConfig Distribution.getDistributionConfig()
          The current configuration information for the distribution.
 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 CacheBehavior elements.
 DistributionConfig DistributionConfig.withCallerReference(String callerReference)
          A unique number that ensures the request can't be replayed.
 DistributionConfig DistributionConfig.withComment(String comment)
          Any comments you want to include about the distribution.
 DistributionConfig DistributionConfig.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
          A complex type that contains zero or more CustomErrorResponse elements.
 DistributionConfig DistributionConfig.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.
 DistributionConfig DistributionConfig.withDefaultRootObject(String defaultRootObject)
          The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html).
 DistributionConfig DistributionConfig.withEnabled(Boolean enabled)
          Whether the distribution is enabled to accept end user requests for content.
 DistributionConfig DistributionConfig.withLogging(LoggingConfig logging)
          A complex type that controls whether access logs are written for the distribution.
 DistributionConfig DistributionConfig.withOrigins(Origins origins)
          A complex type that contains information about origins for this distribution.
 DistributionConfig DistributionConfig.withPriceClass(PriceClass priceClass)
          A complex type that contains information about price class for this distribution.
 DistributionConfig DistributionConfig.withPriceClass(String priceClass)
          A complex type that contains information about price class for this distribution.
 DistributionConfig DistributionConfig.withRestrictions(Restrictions restrictions)
          A complex type that identifies ways in which you want to restrict distribution of your content.
 DistributionConfig DistributionConfig.withViewerCertificate(ViewerCertificate viewerCertificate)
          A complex type that contains information about viewer certificates for this distribution.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type DistributionConfig
 void UpdateDistributionRequest.setDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 void GetDistributionConfigResult.setDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 void Distribution.setDistributionConfig(DistributionConfig distributionConfig)
          The current configuration information for the distribution.
 void CreateDistributionRequest.setDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 UpdateDistributionRequest UpdateDistributionRequest.withDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 GetDistributionConfigResult GetDistributionConfigResult.withDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 Distribution Distribution.withDistributionConfig(DistributionConfig distributionConfig)
          The current configuration information for the distribution.
 CreateDistributionRequest CreateDistributionRequest.withDistributionConfig(DistributionConfig distributionConfig)
          The distribution's configuration information.
 

Constructors in com.amazonaws.services.cloudfront.model with parameters of type DistributionConfig
CreateDistributionRequest(DistributionConfig distributionConfig)
          Constructs a new CreateDistributionRequest object.
UpdateDistributionRequest(DistributionConfig distributionConfig, String id, String ifMatch)
          Constructs a new UpdateDistributionRequest object.
 



Copyright © 2016. All rights reserved.