| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
InvalidationList |
InvalidationList.clone() |
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 created by
the current AWS account. |
InvalidationList |
InvalidationList.withItems(InvalidationSummary... items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current AWS account. |
InvalidationList |
InvalidationList.withMarker(String marker)
The value that you provided for the
Marker request parameter. |
InvalidationList |
InvalidationList.withMaxItems(Integer maxItems)
The value that you provided for the
MaxItems request parameter. |
InvalidationList |
InvalidationList.withNextMarker(String nextMarker)
If
IsTruncated is true, this element is present and contains the value that 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInvalidationsResult.setInvalidationList(InvalidationList invalidationList)
Information about invalidation batches.
|
ListInvalidationsResult |
ListInvalidationsResult.withInvalidationList(InvalidationList invalidationList)
Information about invalidation batches.
|
Copyright © 2018. All rights reserved.