Uses of Class
com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
-
Packages that use CloudFrontOriginAccessIdentitySummary Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CloudFrontOriginAccessIdentitySummary in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description CloudFrontOriginAccessIdentitySummaryCloudFrontOriginAccessIdentitySummary. clone()CloudFrontOriginAccessIdentitySummaryCloudFrontOriginAccessIdentitySummary. withComment(String comment)The comment for this origin access identity, as originally specified when created.CloudFrontOriginAccessIdentitySummaryCloudFrontOriginAccessIdentitySummary. withId(String id)The ID for the origin access identity.CloudFrontOriginAccessIdentitySummaryCloudFrontOriginAccessIdentitySummary. withS3CanonicalUserId(String s3CanonicalUserId)The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description List<CloudFrontOriginAccessIdentitySummary>CloudFrontOriginAccessIdentityList. getItems()A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.Methods in com.amazonaws.services.cloudfront.model with parameters of type CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description CloudFrontOriginAccessIdentityListCloudFrontOriginAccessIdentityList. withItems(CloudFrontOriginAccessIdentitySummary... items)A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description voidCloudFrontOriginAccessIdentityList. setItems(Collection<CloudFrontOriginAccessIdentitySummary> items)A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.CloudFrontOriginAccessIdentityListCloudFrontOriginAccessIdentityList. 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.
-