Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginGroups
-
Packages that use OriginGroups Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of OriginGroups in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginGroups Modifier and Type Method Description OriginGroupsDistributionConfig. originGroups()A complex type that contains information about origin groups for this distribution.OriginGroupsDistributionSummary. originGroups()A complex type that contains information about origin groups for this distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginGroups Modifier and Type Method Description DistributionConfig.BuilderDistributionConfig.Builder. originGroups(OriginGroups originGroups)A complex type that contains information about origin groups for this distribution.DistributionSummary.BuilderDistributionSummary.Builder. originGroups(OriginGroups originGroups)A complex type that contains information about origin groups for this distribution.
-