Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InvalidationSummary> |
InvalidationList.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 |
---|---|
InvalidationSummary |
InvalidationSummary.clone() |
InvalidationSummary |
InvalidationSummary.withCreateTime(java.util.Date createTime) |
InvalidationSummary |
InvalidationSummary.withId(java.lang.String id)
The unique ID for an invalidation request.
|
InvalidationSummary |
InvalidationSummary.withStatus(java.lang.String status)
The status of an invalidation request.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.Collection<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 |
---|---|
InvalidationSummary |
InvalidationSummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |