Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3Origin |
StreamingDistributionSummary.s3Origin
A complex type that contains information about the Amazon S3 bucket from
which you want CloudFront to get your media files for distribution.
|
private S3Origin |
StreamingDistributionConfig.s3Origin
A complex type that contains information about the Amazon S3 bucket from
which you want CloudFront to get your media files for distribution.
|
Modifier and Type | Method and Description |
---|---|
S3Origin |
S3Origin.clone() |
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(java.lang.String domainName)
The DNS name of the S3 origin.
|
S3Origin |
S3Origin.withOriginAccessIdentity(java.lang.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(java.lang.String callerReference,
S3Origin s3Origin,
java.lang.Boolean enabled)
Constructs a new StreamingDistributionConfig object.
|
Modifier and Type | Method and Description |
---|---|
S3Origin |
S3OriginStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |