Uses of Class
software.amazon.awssdk.services.cloudfront.model.VpcOriginSummary
-
Packages that use VpcOriginSummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 VpcOriginSummary Modifier and Type Method Description List<VpcOriginSummary>VpcOriginList. items()The items of the VPC origins list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type VpcOriginSummary Modifier and Type Method Description VpcOriginList.BuilderVpcOriginList.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 VpcOriginSummary Modifier and Type Method Description VpcOriginList.BuilderVpcOriginList.Builder. items(Collection<VpcOriginSummary> items)The items of the VPC origins list.
-