Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private InvalidationBatch |
Invalidation.invalidationBatch
The current invalidation information for the batch request.
|
private InvalidationBatch |
CreateInvalidationRequest.invalidationBatch
The batch information for the invalidation.
|
Modifier and Type | Method and Description |
---|---|
InvalidationBatch |
InvalidationBatch.clone() |
InvalidationBatch |
Invalidation.getInvalidationBatch()
The current invalidation information for the batch request.
|
InvalidationBatch |
CreateInvalidationRequest.getInvalidationBatch()
The batch information for the invalidation.
|
InvalidationBatch |
InvalidationBatch.withCallerReference(java.lang.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 |
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.
|
Constructor and Description |
---|
CreateInvalidationRequest(java.lang.String distributionId,
InvalidationBatch invalidationBatch)
Constructs a new CreateInvalidationRequest object.
|
Modifier and Type | Method and Description |
---|---|
InvalidationBatch |
InvalidationBatchStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |