Uses of Class
software.amazon.awssdk.services.evidently.model.FeatureEvaluationStrategy
-
Packages that use FeatureEvaluationStrategy Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of FeatureEvaluationStrategy in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return FeatureEvaluationStrategy Modifier and Type Method Description FeatureEvaluationStrategyCreateFeatureRequest. evaluationStrategy()SpecifyALL_RULESto activate the traffic allocation specified by any ongoing launches or experiments.FeatureEvaluationStrategyFeature. evaluationStrategy()If this value isALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used.FeatureEvaluationStrategyFeatureSummary. evaluationStrategy()If this value isALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used.FeatureEvaluationStrategyUpdateFeatureRequest. evaluationStrategy()SpecifyALL_RULESto activate the traffic allocation specified by any ongoing launches or experiments.static FeatureEvaluationStrategyFeatureEvaluationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureEvaluationStrategyFeatureEvaluationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureEvaluationStrategy[]FeatureEvaluationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type FeatureEvaluationStrategy Modifier and Type Method Description static Set<FeatureEvaluationStrategy>FeatureEvaluationStrategy. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type FeatureEvaluationStrategy Modifier and Type Method Description CreateFeatureRequest.BuilderCreateFeatureRequest.Builder. evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)SpecifyALL_RULESto activate the traffic allocation specified by any ongoing launches or experiments.Feature.BuilderFeature.Builder. evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)If this value isALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used.FeatureSummary.BuilderFeatureSummary.Builder. evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)If this value isALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used.UpdateFeatureRequest.BuilderUpdateFeatureRequest.Builder. evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)SpecifyALL_RULESto activate the traffic allocation specified by any ongoing launches or experiments.
-