| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidationList |
ListInvalidationsResult.getInvalidationList()
Information about invalidation batches.
|
InvalidationList |
InvalidationList.withInvalidationSummaries(Collection<InvalidationSummary> invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that
request.
|
InvalidationList |
InvalidationList.withInvalidationSummaries(InvalidationSummary... invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that
request.
|
InvalidationList |
InvalidationList.withIsTruncated(Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain
to be listed.
|
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.
|
| 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 © 2016. All rights reserved.