Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
InvalidationBatch |
CreateInvalidationRequest.getInvalidationBatch()
The batch information for the invalidation.
|
InvalidationBatch |
Invalidation.getInvalidationBatch()
The current invalidation information for the batch request.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInvalidationRequest.setInvalidationBatch(InvalidationBatch invalidationBatch)
The batch information for the invalidation.
|
void |
Invalidation.setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
CreateInvalidationRequest |
CreateInvalidationRequest.withInvalidationBatch(InvalidationBatch invalidationBatch)
The batch information for the invalidation.
|
Invalidation |
Invalidation.withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
Constructor and Description |
---|
CreateInvalidationRequest(String distributionId,
InvalidationBatch invalidationBatch)
Constructs a new CreateInvalidationRequest object.
|
Copyright © 2015. All rights reserved.