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