Uses of Class
com.amazonaws.services.cloudfront.model.DistributionList

Packages that use DistributionList
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of DistributionList in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return DistributionList
 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.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type DistributionList
 void ListDistributionsResult.setDistributionList(DistributionList distributionList)
          The DistributionList type.
 ListDistributionsResult ListDistributionsResult.withDistributionList(DistributionList distributionList)
          The DistributionList type.
 



Copyright © 2016. All rights reserved.