Uses of Class
software.amazon.awssdk.services.cloudfront.model.DistributionSummary
-
Packages that use DistributionSummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of DistributionSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DistributionSummary Modifier and Type Method Description List<DistributionSummary>DistributionList. items()A complex type that contains oneDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionSummary Modifier and Type Method Description DistributionList.BuilderDistributionList.Builder. items(DistributionSummary... items)A complex type that contains oneDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DistributionSummary Modifier and Type Method Description DistributionList.BuilderDistributionList.Builder. items(Collection<DistributionSummary> items)A complex type that contains oneDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account. -
Uses of DistributionSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type DistributionSummary Modifier and Type Method Description SdkIterable<DistributionSummary>ListDistributionsByConnectionModeIterable. items()Returns an iterable to iterate through the paginatedListDistributionsByConnectionModeResponse#items()member.SdkPublisher<DistributionSummary>ListDistributionsByConnectionModePublisher. items()Returns a publisher that can be used to get a stream of data.SdkIterable<DistributionSummary>ListDistributionsIterable. items()Returns an iterable to iterate through the paginatedListDistributionsResponse#items()member.SdkPublisher<DistributionSummary>ListDistributionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-