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

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

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

Methods in com.amazonaws.services.cloudfront.model that return InvalidationList
 InvalidationList ListInvalidationsResult.getInvalidationList()
          Information about invalidation batches.
 InvalidationList InvalidationList.withIsTruncated(Boolean isTruncated)
          A flag that indicates whether more invalidation batch requests remain to be listed.
 InvalidationList InvalidationList.withItems(Collection<InvalidationSummary> items)
          A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.
 InvalidationList InvalidationList.withItems(InvalidationSummary... items)
          A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.
 InvalidationList InvalidationList.withMarker(String marker)
          The value you provided for the Marker request parameter.
 InvalidationList InvalidationList.withMaxItems(Integer maxItems)
          The value you provided for the MaxItems request parameter.
 InvalidationList InvalidationList.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 invalidation batches where they left off.
 InvalidationList InvalidationList.withQuantity(Integer quantity)
          The number of invalidation batches that were created by the current AWS account.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type InvalidationList
 void ListInvalidationsResult.setInvalidationList(InvalidationList invalidationList)
          Information about invalidation batches.
 ListInvalidationsResult ListInvalidationsResult.withInvalidationList(InvalidationList invalidationList)
          Information about invalidation batches.
 



Copyright © 2016. All rights reserved.