Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginGroupSelectionCriteria
Packages that use OriginGroupSelectionCriteria
-
Uses of OriginGroupSelectionCriteria in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginGroupSelectionCriteriaModifier and TypeMethodDescriptionstatic OriginGroupSelectionCriteriaUse this in place of valueOf to convert the raw string returned by the service into the enum value.OriginGroup.selectionCriteria()The selection criteria for the origin group.static OriginGroupSelectionCriteriaReturns the enum constant of this type with the specified name.static OriginGroupSelectionCriteria[]OriginGroupSelectionCriteria.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginGroupSelectionCriteriaModifier and TypeMethodDescriptionstatic Set<OriginGroupSelectionCriteria>OriginGroupSelectionCriteria.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginGroupSelectionCriteriaModifier and TypeMethodDescriptionOriginGroup.Builder.selectionCriteria(OriginGroupSelectionCriteria selectionCriteria) The selection criteria for the origin group.