Java com.amazonaws.services.cloudfront.model StreamingDistributionSummary fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudfront.model StreamingDistributionSummary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudfront.model StreamingDistributionSummary.

The text is from its open source code.

Constructor

Method

StringgetDomainName()

The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.

StringgetId()

The identifier for the distribution, for example, EDFDVBD632BHDS5.

S3OrigingetS3Origin()

A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

StringgetStatus()

Indicates the current status of the distribution.

TrustedSignersgetTrustedSigners()

A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

BooleanisEnabled()

Whether the distribution is enabled to accept end user requests for content.

voidsetTrustedSigners(TrustedSigners trustedSigners)

A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.