|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidationBatch | |
---|---|
com.amazonaws.services.cloudfront.model | Classes modeling the various types represented by AmazonCloudFront. |
Uses of InvalidationBatch in com.amazonaws.services.cloudfront.model |
---|
Methods in com.amazonaws.services.cloudfront.model that return InvalidationBatch | |
---|---|
InvalidationBatch |
Invalidation.getInvalidationBatch()
The current invalidation information for the batch request. |
InvalidationBatch |
CreateInvalidationRequest.getInvalidationBatch()
The batch information for the invalidation. |
InvalidationBatch |
InvalidationBatch.withCallerReference(String callerReference)
A unique name that ensures the request can't be replayed. |
InvalidationBatch |
InvalidationBatch.withPaths(Paths paths)
The path of the object to invalidate. |
Methods in com.amazonaws.services.cloudfront.model with parameters of type InvalidationBatch | |
---|---|
void |
Invalidation.setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request. |
void |
CreateInvalidationRequest.setInvalidationBatch(InvalidationBatch invalidationBatch)
The batch information for the invalidation. |
Invalidation |
Invalidation.withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request. |
CreateInvalidationRequest |
CreateInvalidationRequest.withInvalidationBatch(InvalidationBatch invalidationBatch)
The batch information for the invalidation. |
Constructors in com.amazonaws.services.cloudfront.model with parameters of type InvalidationBatch | |
---|---|
CreateInvalidationRequest(String distributionId,
InvalidationBatch invalidationBatch)
Constructs a new CreateInvalidationRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |