Uses of Class
com.amazonaws.services.cloudfront.model.Paths

Packages that use Paths
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of Paths in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return Paths
 Paths InvalidationBatch.getPaths()
          The path of the object to invalidate.
 Paths Paths.withItems(Collection<String> items)
          A complex type that contains a list of the objects that you want to invalidate.
 Paths Paths.withItems(String... items)
          A complex type that contains a list of the objects that you want to invalidate.
 Paths Paths.withQuantity(Integer quantity)
          The number of objects that you want to invalidate.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type Paths
 void InvalidationBatch.setPaths(Paths paths)
          The path of the object to invalidate.
 InvalidationBatch InvalidationBatch.withPaths(Paths paths)
          The path of the object to invalidate.
 

Constructors in com.amazonaws.services.cloudfront.model with parameters of type Paths
InvalidationBatch(Paths paths, String callerReference)
          Constructs a new InvalidationBatch object.
 



Copyright © 2016. All rights reserved.