Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
Distribution |
CreateDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
UpdateDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
GetDistributionResult.getDistribution()
The distribution's information.
|
Distribution |
Distribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if
you've set up the distribution to serve private content with signed
URLs.
|
Distribution |
Distribution.withDistributionConfig(DistributionConfig distributionConfig)
The current configuration information for the distribution.
|
Distribution |
Distribution.withDomainName(String domainName)
The domain name corresponding to the distribution.
|
Distribution |
Distribution.withId(String id)
The identifier for the distribution.
|
Distribution |
Distribution.withInProgressInvalidationBatches(Integer inProgressInvalidationBatches)
The number of invalidation batches currently in progress.
|
Distribution |
Distribution.withLastModifiedTime(Date lastModifiedTime)
The date and time the distribution was last modified.
|
Distribution |
Distribution.withStatus(String status)
This response element indicates the current status of the
distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
void |
UpdateDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
void |
GetDistributionResult.setDistribution(Distribution distribution)
The distribution's information.
|
CreateDistributionResult |
CreateDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
UpdateDistributionResult |
UpdateDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
GetDistributionResult |
GetDistributionResult.withDistribution(Distribution distribution)
The distribution's information.
|
Copyright © 2014. All rights reserved.