Uses of Class
com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList

Packages that use CloudFrontOriginAccessIdentityList
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of CloudFrontOriginAccessIdentityList in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return CloudFrontOriginAccessIdentityList
 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.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type CloudFrontOriginAccessIdentityList
 void ListCloudFrontOriginAccessIdentitiesResult.setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
          The CloudFrontOriginAccessIdentityList type.
 ListCloudFrontOriginAccessIdentitiesResult ListCloudFrontOriginAccessIdentitiesResult.withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
          The CloudFrontOriginAccessIdentityList type.
 



Copyright © 2016. All rights reserved.