| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.addEntityOverridesEntry(String key,
String value)
Add a single EntityOverrides entry
|
Feature |
Feature.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Feature |
Feature.clearEntityOverridesEntries()
Removes all the entries added into EntityOverrides.
|
Feature |
Feature.clearTagsEntries()
Removes all the entries added into Tags.
|
Feature |
Feature.clone() |
Feature |
GetFeatureResult.getFeature()
A structure containing the configuration details of the feature.
|
Feature |
CreateFeatureResult.getFeature()
A structure that contains information about the new feature.
|
Feature |
UpdateFeatureResult.getFeature()
A structure that contains information about the updated feature.
|
Feature |
Feature.withArn(String arn)
The ARN of the feature.
|
Feature |
Feature.withCreatedTime(Date createdTime)
The date and time that the feature is created.
|
Feature |
Feature.withDefaultVariation(String defaultVariation)
The name of the variation that is used as the default variation.
|
Feature |
Feature.withDescription(String description)
The description of the feature.
|
Feature |
Feature.withEntityOverrides(Map<String,String> entityOverrides)
A set of key-value pairs that specify users who should always be served a specific variation of a feature.
|
Feature |
Feature.withEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
Feature |
Feature.withEvaluationRules(EvaluationRule... evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
Feature |
Feature.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
Feature |
Feature.withEvaluationStrategy(String evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
Feature |
Feature.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the feature was most recently updated.
|
Feature |
Feature.withName(String name)
The name of the feature.
|
Feature |
Feature.withProject(String project)
The name or ARN of the project that contains the feature.
|
Feature |
Feature.withStatus(FeatureStatus status)
The current state of the feature.
|
Feature |
Feature.withStatus(String status)
The current state of the feature.
|
Feature |
Feature.withTags(Map<String,String> tags)
The list of tag keys and values associated with this feature.
|
Feature |
Feature.withValueType(String valueType)
Defines the type of value used to define the different feature variations.
|
Feature |
Feature.withValueType(VariationValueType valueType)
Defines the type of value used to define the different feature variations.
|
Feature |
Feature.withVariations(Collection<Variation> variations)
An array of structures that contain the configuration of the feature's different variations.
|
Feature |
Feature.withVariations(Variation... variations)
An array of structures that contain the configuration of the feature's different variations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFeatureResult.setFeature(Feature feature)
A structure containing the configuration details of the feature.
|
void |
CreateFeatureResult.setFeature(Feature feature)
A structure that contains information about the new feature.
|
void |
UpdateFeatureResult.setFeature(Feature feature)
A structure that contains information about the updated feature.
|
GetFeatureResult |
GetFeatureResult.withFeature(Feature feature)
A structure containing the configuration details of the feature.
|
CreateFeatureResult |
CreateFeatureResult.withFeature(Feature feature)
A structure that contains information about the new feature.
|
UpdateFeatureResult |
UpdateFeatureResult.withFeature(Feature feature)
A structure that contains information about the updated feature.
|
Copyright © 2023. All rights reserved.