Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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 AWS 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 AWS account.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withMarker(String marker)
The value you provided for the Marker request parameter.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter.
|
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 AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCloudFrontOriginAccessIdentitiesResult.setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
ListCloudFrontOriginAccessIdentitiesResult |
ListCloudFrontOriginAccessIdentitiesResult.withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
Copyright © 2015. All rights reserved.