Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
DistributionList |
ListDistributionsResult.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.
|
ListDistributionsResult |
ListDistributionsResult.withDistributionList(DistributionList distributionList)
The DistributionList type.
|
Copyright © 2014. All rights reserved.