Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
CustomErrorResponses |
DistributionSummary.getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponses
elements.
|
CustomErrorResponses |
DistributionConfig.getCustomErrorResponses()
A complex type that contains zero or more CustomErrorResponse
elements.
|
CustomErrorResponses |
CustomErrorResponses.withItems(Collection<CustomErrorResponse> items)
Optional: A complex type that contains custom error responses for this
distribution.
|
CustomErrorResponses |
CustomErrorResponses.withItems(CustomErrorResponse... items)
Optional: A complex type that contains custom error responses for this
distribution.
|
CustomErrorResponses |
CustomErrorResponses.withQuantity(Integer quantity)
The number of custom error responses for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses
elements.
|
void |
DistributionConfig.setCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponse
elements.
|
DistributionSummary |
DistributionSummary.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponses
elements.
|
DistributionConfig |
DistributionConfig.withCustomErrorResponses(CustomErrorResponses customErrorResponses)
A complex type that contains zero or more CustomErrorResponse
elements.
|
Copyright © 2014. All rights reserved.