Uses of Class
software.amazon.awssdk.services.cloudfront.model.VpcOriginSummary
Packages that use VpcOriginSummary
-
Uses of VpcOriginSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type VpcOriginSummaryModifier and TypeMethodDescriptionfinal List<VpcOriginSummary>VpcOriginList.items()The items of the VPC origins list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type VpcOriginSummaryModifier and TypeMethodDescriptionVpcOriginList.Builder.items(VpcOriginSummary... items) The items of the VPC origins list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type VpcOriginSummaryModifier and TypeMethodDescriptionVpcOriginList.Builder.items(Collection<VpcOriginSummary> items) The items of the VPC origins list.