Uses of Class
com.amazonaws.services.cloudfront.model.Paths
Packages that use Paths
-
Uses of Paths in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return PathsModifier and TypeMethodDescriptionPaths.clone()
InvalidationBatch.getPaths()
The path of the object to invalidate.A complex type that contains a list of the objects that you want to invalidate.Paths.withItems
(Collection<String> items) A complex type that contains a list of the objects that you want to invalidate.Paths.withQuantity
(Integer quantity) The number of objects that you want to invalidate.Methods in com.amazonaws.services.cloudfront.model with parameters of type PathsModifier and TypeMethodDescriptionvoid
The path of the object to invalidate.The path of the object to invalidate.Constructors in com.amazonaws.services.cloudfront.model with parameters of type PathsModifierConstructorDescriptionInvalidationBatch
(Paths paths, String callerReference) Constructs a new InvalidationBatch object.