| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.clone() |
CloudFrontOriginAccessIdentityList |
ListCloudFrontOriginAccessIdentitiesResult.getCloudFrontOriginAccessIdentityList()
The
CloudFrontOriginAccessIdentityList type. |
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withIsTruncated(Boolean isTruncated)
A flag that indicates whether more origin access identities remain to be listed.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withItems(CloudFrontOriginAccessIdentitySummary... items)
A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current Amazon Web Services account. |
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withItems(Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one
CloudFrontOriginAccessIdentitySummary element for each origin
access identity that was created by the current Amazon Web Services account. |
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withMarker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withMaxItems(Integer maxItems)
The maximum number of origin access identities you want in the response body.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withNextMarker(String nextMarker)
If
IsTruncated is true, this element is present and contains the value you can use for
the Marker request parameter to continue listing your origin access identities where they left off. |
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withQuantity(Integer quantity)
The number of CloudFront origin access identities that were created by the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCloudFrontOriginAccessIdentitiesResult.setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList type. |
ListCloudFrontOriginAccessIdentitiesResult |
ListCloudFrontOriginAccessIdentitiesResult.withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList type. |
Copyright © 2024. All rights reserved.