Uses of Class
software.amazon.awssdk.services.cloudfront.model.InvalidationBatch
-
Packages that use InvalidationBatch Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of InvalidationBatch in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return InvalidationBatch Modifier and Type Method Description InvalidationBatchCreateInvalidationForDistributionTenantRequest. invalidationBatch()Returns the value of the InvalidationBatch property for this object.InvalidationBatchCreateInvalidationRequest. invalidationBatch()The batch information for the invalidation.InvalidationBatchInvalidation. invalidationBatch()The current invalidation information for the batch request.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type InvalidationBatch Modifier and Type Method Description CreateInvalidationForDistributionTenantRequest.BuilderCreateInvalidationForDistributionTenantRequest.Builder. invalidationBatch(InvalidationBatch invalidationBatch)Sets the value of the InvalidationBatch property for this object.CreateInvalidationRequest.BuilderCreateInvalidationRequest.Builder. invalidationBatch(InvalidationBatch invalidationBatch)The batch information for the invalidation.Invalidation.BuilderInvalidation.Builder. invalidationBatch(InvalidationBatch invalidationBatch)The current invalidation information for the batch request.
-