C# Class Amazon.CloudFront.Model.StreamingDistribution

A streaming distribution.
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
StreamingDistribution ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetARN ( ) : bool
IsSetActiveTrustedSigners ( ) : bool
IsSetDomainName ( ) : bool
IsSetId ( ) : bool
IsSetLastModifiedTime ( ) : bool
IsSetStatus ( ) : bool
IsSetStreamingDistributionConfig ( ) : bool

Method Details

StreamingDistribution() public method

Empty constructor used to set properties independently even when a simple constructor is available
public StreamingDistribution ( ) : System
return System