Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginRequestPolicySummary
Packages that use OriginRequestPolicySummary
-
Uses of OriginRequestPolicySummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginRequestPolicySummaryModifier and TypeMethodDescriptionfinal List<OriginRequestPolicySummary>OriginRequestPolicyList.items()Contains the origin request policies in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginRequestPolicySummaryModifier and TypeMethodDescriptionOriginRequestPolicyList.Builder.items(OriginRequestPolicySummary... items) Contains the origin request policies in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type OriginRequestPolicySummaryModifier and TypeMethodDescriptionOriginRequestPolicyList.Builder.items(Collection<OriginRequestPolicySummary> items) Contains the origin request policies in the list.