Uses of Class
com.amazonaws.services.cloudfront.model.Paths
-
Packages that use Paths Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Paths in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Paths Modifier and Type Method Description PathsPaths. clone()PathsInvalidationBatch. getPaths()The path of the object to invalidate.PathsPaths. withItems(String... items)A complex type that contains a list of the objects that you want to invalidate.PathsPaths. withItems(Collection<String> items)A complex type that contains a list of the objects that you want to invalidate.PathsPaths. withQuantity(Integer quantity)The number of objects that you want to invalidate.Methods in com.amazonaws.services.cloudfront.model with parameters of type Paths Modifier and Type Method Description voidInvalidationBatch. setPaths(Paths paths)The path of the object to invalidate.InvalidationBatchInvalidationBatch. withPaths(Paths paths)The path of the object to invalidate.Constructors in com.amazonaws.services.cloudfront.model with parameters of type Paths Constructor Description InvalidationBatch(Paths paths, String callerReference)Constructs a new InvalidationBatch object.
-