| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureEvaluationStrategy |
FeatureEvaluationStrategy.fromValue(String value)
Use this in place of valueOf.
|
static FeatureEvaluationStrategy |
FeatureEvaluationStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureRequest |
UpdateFeatureRequest.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
CreateFeatureRequest |
CreateFeatureRequest.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
Feature |
Feature.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
FeatureSummary |
FeatureSummary.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
Copyright © 2022. All rights reserved.