Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Paths |
Paths.clone() |
Paths |
InvalidationBatch.getPaths()
A complex type that contains information about the objects that you want to invalidate.
|
Paths |
Paths.withItems(Collection<String> items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths |
Paths.withItems(String... items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths |
Paths.withQuantity(Integer quantity)
The number of objects that you want to invalidate.
|
Modifier and Type | Method and Description |
---|---|
void |
InvalidationBatch.setPaths(Paths paths)
A complex type that contains information about the objects that you want to invalidate.
|
InvalidationBatch |
InvalidationBatch.withPaths(Paths paths)
A complex type that contains information about the objects that you want to invalidate.
|
Constructor and Description |
---|
InvalidationBatch(Paths paths,
String callerReference)
Constructs a new InvalidationBatch object.
|
Copyright © 2019. All rights reserved.