Uses of Class
software.amazon.awssdk.services.cloudfront.model.InvalidationSummary
Packages that use InvalidationSummary
Package
Description
-
Uses of InvalidationSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type InvalidationSummaryModifier and TypeMethodDescriptionfinal List<InvalidationSummary>InvalidationList.items()A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type InvalidationSummaryModifier and TypeMethodDescriptionInvalidationList.Builder.items(InvalidationSummary... items) A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type InvalidationSummaryModifier and TypeMethodDescriptionInvalidationList.Builder.items(Collection<InvalidationSummary> items) A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account. -
Uses of InvalidationSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type InvalidationSummaryModifier and TypeMethodDescriptionfinal SdkIterable<InvalidationSummary>ListInvalidationsForDistributionTenantIterable.items()Returns an iterable to iterate through the paginatedListInvalidationsForDistributionTenantResponse#items()member.final SdkPublisher<InvalidationSummary>ListInvalidationsForDistributionTenantPublisher.items()Returns a publisher that can be used to get a stream of data.final SdkIterable<InvalidationSummary>ListInvalidationsIterable.items()Returns an iterable to iterate through the paginatedListInvalidationsResponse#items()member.final SdkPublisher<InvalidationSummary>ListInvalidationsPublisher.items()Returns a publisher that can be used to get a stream of data.