Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
CustomOrigin |
DistributionSummary.getCustomOrigin()
A customer origin.
|
CustomOrigin |
DistributionConfig.getCustomOrigin()
Origin information to associate with the distribution.
|
CustomOrigin |
CustomOrigin.withDNSName(String dNSName)
The origin to associate with the distribution.
|
CustomOrigin |
CustomOrigin.withHTTPPort(Integer hTTPPort)
The HTTP port the custom origin listens on.
|
CustomOrigin |
CustomOrigin.withHTTPSPort(Integer hTTPSPort)
The HTTPS port the custom origin listens on.
|
CustomOrigin |
CustomOrigin.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
The origin protocol policy to apply to your origin.
|
CustomOrigin |
CustomOrigin.withOriginProtocolPolicy(String originProtocolPolicy)
The origin protocol policy to apply to your origin.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setCustomOrigin(CustomOrigin customOrigin)
A customer origin.
|
void |
DistributionConfig.setCustomOrigin(CustomOrigin customOrigin)
Origin information to associate with the distribution.
|
DistributionSummary |
DistributionSummary.withCustomOrigin(CustomOrigin customOrigin)
A customer origin.
|
DistributionConfig |
DistributionConfig.withCustomOrigin(CustomOrigin customOrigin)
Origin information to associate with the distribution.
|
Copyright © 2014. All rights reserved.