| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model | |
| software.amazon.awssdk.services.cloudfront.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InvalidationSummary> |
InvalidationList.items()
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current account. |
| Modifier and Type | Method and Description |
|---|---|
InvalidationList.Builder |
InvalidationList.Builder.items(InvalidationSummary... items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created
by the current account. |
| Modifier and Type | Method and Description |
|---|---|
InvalidationList.Builder |
InvalidationList.Builder.items(Collection<InvalidationSummary> items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created
by the current account. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<InvalidationSummary> |
ListInvalidationsIterable.items()
Returns an iterable to iterate through the paginated
ListInvalidationsResponse#items() member. |
SdkPublisher<InvalidationSummary> |
ListInvalidationsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.