Uses of Class
com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Packages that use CloudFrontOriginAccessIdentityList
-
Uses of CloudFrontOriginAccessIdentityList in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CloudFrontOriginAccessIdentityListModifier and TypeMethodDescriptionCloudFrontOriginAccessIdentityList.clone()
ListCloudFrontOriginAccessIdentitiesResult.getCloudFrontOriginAccessIdentityList()
The CloudFrontOriginAccessIdentityList type.CloudFrontOriginAccessIdentityList.withIsTruncated
(Boolean isTruncated) A flag that indicates whether more origin access identities remain to be listed.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.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.withMarker
(String marker) The value you provided for the Marker request parameter.CloudFrontOriginAccessIdentityList.withMaxItems
(Integer maxItems) The value you provided for the MaxItems request parameter.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.withQuantity
(Integer quantity) The number of CloudFront origin access identities that were created by the current AWS account.Methods in com.amazonaws.services.cloudfront.model with parameters of type CloudFrontOriginAccessIdentityListModifier and TypeMethodDescriptionvoid
ListCloudFrontOriginAccessIdentitiesResult.setCloudFrontOriginAccessIdentityList
(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList) The CloudFrontOriginAccessIdentityList type.ListCloudFrontOriginAccessIdentitiesResult.withCloudFrontOriginAccessIdentityList
(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList) The CloudFrontOriginAccessIdentityList type.