Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
S3Origin |
StreamingDistributionSummary.getS3Origin()
Your S3 origin bucket.
|
S3Origin |
StreamingDistributionConfig.getS3Origin()
S3 Origin information to associate with the distribution.
|
S3Origin |
DistributionSummary.getS3Origin()
Your S3 origin bucket.
|
S3Origin |
DistributionConfig.getS3Origin()
Origin information to associate with the distribution.
|
S3Origin |
S3Origin.withDNSName(String dNSName)
The DNS name of the S3 origin.
|
S3Origin |
S3Origin.withOriginAccessIdentity(String originAccessIdentity)
Your S3 origin's origin access identity.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingDistributionSummary.setS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
void |
StreamingDistributionConfig.setS3Origin(S3Origin s3Origin)
S3 Origin information to associate with the distribution.
|
void |
DistributionSummary.setS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
void |
DistributionConfig.setS3Origin(S3Origin s3Origin)
Origin information to associate with the distribution.
|
StreamingDistributionSummary |
StreamingDistributionSummary.withS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withS3Origin(S3Origin s3Origin)
S3 Origin information to associate with the distribution.
|
DistributionSummary |
DistributionSummary.withS3Origin(S3Origin s3Origin)
Your S3 origin bucket.
|
DistributionConfig |
DistributionConfig.withS3Origin(S3Origin s3Origin)
Origin information to associate with the distribution.
|
Constructor and Description |
---|
StreamingDistributionConfig(S3Origin s3Origin,
String callerReference,
Boolean enabled)
Constructs a new StreamingDistributionConfig object.
|
Copyright © 2014. All rights reserved.