Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
DistributionList |
DistributionList.clone() |
DistributionList |
ListDistributionsResult.getDistributionList()
The
DistributionList type. |
DistributionList |
ListDistributionsByWebACLIdResult.getDistributionList()
The
DistributionList type. |
DistributionList |
DistributionList.withIsTruncated(Boolean isTruncated)
A flag that indicates whether more distributions remain to be listed.
|
DistributionList |
DistributionList.withItems(Collection<DistributionSummary> items)
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current AWS account. |
DistributionList |
DistributionList.withItems(DistributionSummary... items)
A complex type that contains one
DistributionSummary element for each distribution that was created
by the current AWS account. |
DistributionList |
DistributionList.withMarker(String marker)
The value you provided for the
Marker request parameter. |
DistributionList |
DistributionList.withMaxItems(Integer maxItems)
The value you provided for the
MaxItems request parameter. |
DistributionList |
DistributionList.withNextMarker(String nextMarker)
If
IsTruncated is true , this element is present and contains the value you can use for
the Marker request parameter to continue listing your distributions where they left off. |
DistributionList |
DistributionList.withQuantity(Integer quantity)
The number of distributions that were created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDistributionsResult.setDistributionList(DistributionList distributionList)
The
DistributionList type. |
void |
ListDistributionsByWebACLIdResult.setDistributionList(DistributionList distributionList)
The
DistributionList type. |
ListDistributionsResult |
ListDistributionsResult.withDistributionList(DistributionList distributionList)
The
DistributionList type. |
ListDistributionsByWebACLIdResult |
ListDistributionsByWebACLIdResult.withDistributionList(DistributionList distributionList)
The
DistributionList type. |
Copyright © 2019. All rights reserved.