Uses of Class
software.amazon.awssdk.services.cloudfront.model.InvalidationList
-
Packages that use InvalidationList Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of InvalidationList in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return InvalidationList Modifier and Type Method Description InvalidationListListInvalidationsForDistributionTenantResponse. invalidationList()Returns the value of the InvalidationList property for this object.InvalidationListListInvalidationsResponse. invalidationList()Information about invalidation batches.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type InvalidationList Modifier and Type Method Description ListInvalidationsForDistributionTenantResponse.BuilderListInvalidationsForDistributionTenantResponse.Builder. invalidationList(InvalidationList invalidationList)Sets the value of the InvalidationList property for this object.ListInvalidationsResponse.BuilderListInvalidationsResponse.Builder. invalidationList(InvalidationList invalidationList)Information about invalidation batches.
-