Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
InvalidationSummary |
InvalidationSummary.withCreateTime(Date createTime)
Sets the value of the CreateTime property for this object.
|
InvalidationSummary |
InvalidationSummary.withId(String id)
The unique ID for an invalidation request.
|
InvalidationSummary |
InvalidationSummary.withStatus(String status)
The status of an invalidation request.
|
Modifier and Type | Method and Description |
---|---|
List<InvalidationSummary> |
InvalidationList.getItems()
A complex type that contains one InvalidationSummary element for each
invalidation batch that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
InvalidationList |
InvalidationList.withItems(InvalidationSummary... items)
A complex type that contains one InvalidationSummary element for each
invalidation batch that was created by the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
InvalidationList.setItems(Collection<InvalidationSummary> items)
A complex type that contains one InvalidationSummary element for each
invalidation batch that was created by the current AWS account.
|
InvalidationList |
InvalidationList.withItems(Collection<InvalidationSummary> items)
A complex type that contains one InvalidationSummary element for each
invalidation batch that was created by the current AWS account.
|
Copyright © 2014. All rights reserved.