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

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

Introduction

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

The text is from its open source code.

Constructor

Method

DefaultCacheBehaviorgetDefaultCacheBehavior()

A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.

StringgetDomainName()

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

StringgetId()

The identifier for the distribution.

OriginsgetOrigins()

A complex type that contains information about origins for this distribution.

StringgetStatus()

The current status of the distribution.

BooleanisEnabled()

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

voidsetDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)

A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.