Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginGroup
Packages that use OriginGroup
-
Uses of OriginGroup in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginGroupModifier and TypeMethodDescriptionfinal List<OriginGroup>OriginGroups.items()The items (origin groups) in a distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginGroupModifier and TypeMethodDescriptionOriginGroups.Builder.items(OriginGroup... items) The items (origin groups) in a distribution.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type OriginGroupModifier and TypeMethodDescriptionOriginGroups.Builder.items(Collection<OriginGroup> items) The items (origin groups) in a distribution.