Uses of Class
software.amazon.awssdk.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
Packages that use CloudFrontOriginAccessIdentitySummary
Package
Description
-
Uses of CloudFrontOriginAccessIdentitySummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CloudFrontOriginAccessIdentitySummaryModifier and TypeMethodDescriptionCloudFrontOriginAccessIdentityList.items()A complex type that contains oneCloudFrontOriginAccessIdentitySummaryelement for each origin access identity that was created by the current Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CloudFrontOriginAccessIdentitySummaryModifier and TypeMethodDescriptionCloudFrontOriginAccessIdentityList.Builder.items(CloudFrontOriginAccessIdentitySummary... items) A complex type that contains oneCloudFrontOriginAccessIdentitySummaryelement for each origin access identity that was created by the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CloudFrontOriginAccessIdentitySummaryModifier and TypeMethodDescriptionCloudFrontOriginAccessIdentityList.Builder.items(Collection<CloudFrontOriginAccessIdentitySummary> items) A complex type that contains oneCloudFrontOriginAccessIdentitySummaryelement for each origin access identity that was created by the current Amazon Web Services account. -
Uses of CloudFrontOriginAccessIdentitySummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type CloudFrontOriginAccessIdentitySummaryModifier and TypeMethodDescriptionListCloudFrontOriginAccessIdentitiesIterable.items()Returns an iterable to iterate through the paginatedListCloudFrontOriginAccessIdentitiesResponse#items()member.ListCloudFrontOriginAccessIdentitiesPublisher.items()Returns a publisher that can be used to get a stream of data.