|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingDistributionSummary | |
---|---|
com.amazonaws.services.cloudfront.model | Classes modeling the various types represented by AmazonCloudFront. |
Uses of StreamingDistributionSummary in com.amazonaws.services.cloudfront.model |
---|
Methods in com.amazonaws.services.cloudfront.model that return StreamingDistributionSummary | |
---|---|
StreamingDistributionSummary |
StreamingDistributionSummary.withAliases(Aliases aliases)
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. |
StreamingDistributionSummary |
StreamingDistributionSummary.withComment(String comment)
The comment originally specified when this distribution was created. |
StreamingDistributionSummary |
StreamingDistributionSummary.withDomainName(String domainName)
The domain name corresponding to the distribution. |
StreamingDistributionSummary |
StreamingDistributionSummary.withEnabled(Boolean enabled)
Whether the distribution is enabled to accept end user requests for content. |
StreamingDistributionSummary |
StreamingDistributionSummary.withId(String id)
The identifier for the distribution. |
StreamingDistributionSummary |
StreamingDistributionSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified. |
StreamingDistributionSummary |
StreamingDistributionSummary.withPriceClass(PriceClass priceClass)
Sets the value of the PriceClass property for this object. |
StreamingDistributionSummary |
StreamingDistributionSummary.withPriceClass(String priceClass)
Sets the value of the PriceClass property for this object. |
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. |
StreamingDistributionSummary |
StreamingDistributionSummary.withStatus(String status)
Indicates the current status of the distribution. |
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. |
Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type StreamingDistributionSummary | |
---|---|
List<StreamingDistributionSummary> |
StreamingDistributionList.getItems()
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account. |
Methods in com.amazonaws.services.cloudfront.model with parameters of type StreamingDistributionSummary | |
---|---|
StreamingDistributionList |
StreamingDistributionList.withItems(StreamingDistributionSummary... items)
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account. |
Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type StreamingDistributionSummary | |
---|---|
void |
StreamingDistributionList.setItems(Collection<StreamingDistributionSummary> items)
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account. |
StreamingDistributionList |
StreamingDistributionList.withItems(Collection<StreamingDistributionSummary> items)
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |