Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
S3Origin |
StreamingDistributionSummary.getS3Origin()
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
S3Origin |
StreamingDistributionConfig.getS3Origin()
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
S3Origin |
S3Origin.withDomainName(String domainName)
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)
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
void |
StreamingDistributionConfig.setS3Origin(S3Origin s3Origin)
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
StreamingDistributionSummary |
StreamingDistributionSummary.withS3Origin(S3Origin s3Origin)
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withS3Origin(S3Origin s3Origin)
A complex type that contains information about the Amazon S3 bucket
from which you want CloudFront to get your media files for
distribution.
|
Constructor and Description |
---|
StreamingDistributionConfig(String callerReference,
S3Origin s3Origin,
Boolean enabled)
Constructs a new StreamingDistributionConfig object.
|
Copyright © 2014. All rights reserved.