Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
InvalidationBatch |
InvalidationBatch.clone() |
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 value that you specify to uniquely identify an invalidation request.
|
InvalidationBatch |
InvalidationBatch.withPaths(Paths paths)
A complex type that contains information about the objects that you want 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 © 2021. All rights reserved.