Uses of Class
software.amazon.awssdk.services.cloudfront.model.InvalidationSummary
-
Packages that use InvalidationSummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
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 InvalidationSummary Modifier and Type Method Description 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 InvalidationSummary Modifier and Type Method Description InvalidationList.BuilderInvalidationList.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 InvalidationSummary Modifier and Type Method Description InvalidationList.BuilderInvalidationList.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 InvalidationSummary Modifier and Type Method Description SdkIterable<InvalidationSummary>ListInvalidationsForDistributionTenantIterable. items()Returns an iterable to iterate through the paginatedListInvalidationsForDistributionTenantResponse#items()member.SdkPublisher<InvalidationSummary>ListInvalidationsForDistributionTenantPublisher. items()Returns a publisher that can be used to get a stream of data.SdkIterable<InvalidationSummary>ListInvalidationsIterable. items()Returns an iterable to iterate through the paginatedListInvalidationsResponse#items()member.SdkPublisher<InvalidationSummary>ListInvalidationsPublisher. items()Returns a publisher that can be used to get a stream of data.
-