Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CloudFrontOriginAccessIdentityList.Builder
Packages that use CloudFrontOriginAccessIdentityList.Builder
-
Uses of CloudFrontOriginAccessIdentityList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CloudFrontOriginAccessIdentityList.BuilderModifier and TypeMethodDescriptionCloudFrontOriginAccessIdentityList.builder()CloudFrontOriginAccessIdentityList.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether more origin access identities remain to be listed.CloudFrontOriginAccessIdentityList.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.CloudFrontOriginAccessIdentityList.Builder.items(Consumer<CloudFrontOriginAccessIdentitySummary.Builder>... items) A complex type that contains oneCloudFrontOriginAccessIdentitySummaryelement for each origin access identity that was created by the current Amazon Web Services account.CloudFrontOriginAccessIdentityList.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.Use this when paginating results to indicate where to begin in your list of origin access identities.The maximum number of origin access identities you want in the response body.CloudFrontOriginAccessIdentityList.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, this element is present and contains the value you can use for theMarkerrequest parameter to continue listing your origin access identities where they left off.The number of CloudFront origin access identities that were created by the current Amazon Web Services account.CloudFrontOriginAccessIdentityList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CloudFrontOriginAccessIdentityList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudFrontOriginAccessIdentityList.Builder>CloudFrontOriginAccessIdentityList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CloudFrontOriginAccessIdentityList.BuilderModifier and TypeMethodDescriptionListCloudFrontOriginAccessIdentitiesResponse.Builder.cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList) TheCloudFrontOriginAccessIdentityListtype.