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

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

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

Methods in com.amazonaws.services.cloudfront_2012_03_15.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.withCachingBehavior(CachingBehavior cachingBehavior)
          Determines the minimum TTL for objects in the CloudFront cache.
 DistributionConfig DistributionConfig.withCallerReference(String callerReference)
          A unique number that ensures the request can't be replayed.
 DistributionConfig DistributionConfig.withCNAME(Collection<String> cNAME)
          A CNAME alias you want to associate with this distribution.
 DistributionConfig DistributionConfig.withCNAME(String... cNAME)
          A CNAME alias you want to associate with this distribution.
 DistributionConfig DistributionConfig.withComment(String comment)
          Any comments you want to include about the distribution.
 DistributionConfig DistributionConfig.withCustomOrigin(CustomOrigin customOrigin)
          Origin information to associate with the distribution.
 DistributionConfig DistributionConfig.withDefaultRootObject(String defaultRootObject)
          Designates a default root object.
 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.withRequiredProtocols(RequiredProtocols requiredProtocols)
          Defines the protocols required for your distribution.
 DistributionConfig DistributionConfig.withS3Origin(S3Origin s3Origin)
          Origin information to associate with the distribution.
 DistributionConfig DistributionConfig.withTrustedSigners(TrustedSigners trustedSigners)
          A complex type that specifies any AWS accounts you want to permit to create signed URLs for private content.
 

Methods in com.amazonaws.services.cloudfront_2012_03_15.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_2012_03_15.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.