Uses of Class
com.amazonaws.services.cloudfront.model.InvalidationList
Packages that use InvalidationList
-
Uses of InvalidationList in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return InvalidationListModifier and TypeMethodDescriptionInvalidationList.clone()
ListInvalidationsResult.getInvalidationList()
Information about invalidation batches.InvalidationList.withIsTruncated
(Boolean isTruncated) A flag that indicates whether more invalidation batch requests remain to be listed.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.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.withMarker
(String marker) The value you provided for the Marker request parameter.InvalidationList.withMaxItems
(Integer maxItems) The value you provided for the MaxItems request parameter.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.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 InvalidationListModifier and TypeMethodDescriptionvoid
ListInvalidationsResult.setInvalidationList
(InvalidationList invalidationList) Information about invalidation batches.ListInvalidationsResult.withInvalidationList
(InvalidationList invalidationList) Information about invalidation batches.