Uses of Class
software.amazon.awssdk.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
-
Packages that use CloudFrontOriginAccessIdentitySummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
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 CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description List<CloudFrontOriginAccessIdentitySummary>CloudFrontOriginAccessIdentityList. 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 CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description CloudFrontOriginAccessIdentityList.BuilderCloudFrontOriginAccessIdentityList.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 CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description CloudFrontOriginAccessIdentityList.BuilderCloudFrontOriginAccessIdentityList.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 CloudFrontOriginAccessIdentitySummary Modifier and Type Method Description SdkIterable<CloudFrontOriginAccessIdentitySummary>ListCloudFrontOriginAccessIdentitiesIterable. items()Returns an iterable to iterate through the paginatedListCloudFrontOriginAccessIdentitiesResponse#items()member.SdkPublisher<CloudFrontOriginAccessIdentitySummary>ListCloudFrontOriginAccessIdentitiesPublisher. items()Returns a publisher that can be used to get a stream of data.
-