| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFeatureResult> |
AmazonCloudWatchEvidentlyAsyncClient.updateFeatureAsync(UpdateFeatureRequest request,
AsyncHandler<UpdateFeatureRequest,UpdateFeatureResult> asyncHandler) |
Future<UpdateFeatureResult> |
AbstractAmazonCloudWatchEvidentlyAsync.updateFeatureAsync(UpdateFeatureRequest request,
AsyncHandler<UpdateFeatureRequest,UpdateFeatureResult> asyncHandler) |
Future<UpdateFeatureResult> |
AmazonCloudWatchEvidentlyAsync.updateFeatureAsync(UpdateFeatureRequest updateFeatureRequest,
AsyncHandler<UpdateFeatureRequest,UpdateFeatureResult> asyncHandler)
Updates an existing feature.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureRequest |
UpdateFeatureRequest.addEntityOverridesEntry(String key,
String value)
Add a single EntityOverrides entry
|
UpdateFeatureRequest |
UpdateFeatureRequest.clearEntityOverridesEntries()
Removes all the entries added into EntityOverrides.
|
UpdateFeatureRequest |
UpdateFeatureRequest.clone() |
UpdateFeatureRequest |
UpdateFeatureRequest.withAddOrUpdateVariations(Collection<VariationConfig> addOrUpdateVariations)
To update variation configurations for this feature, or add new ones, specify this structure.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withAddOrUpdateVariations(VariationConfig... addOrUpdateVariations)
To update variation configurations for this feature, or add new ones, specify this structure.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withDefaultVariation(String defaultVariation)
The name of the variation to use as the default variation.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withDescription(String description)
An optional description of the feature.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withEntityOverrides(Map<String,String> entityOverrides)
Specified users that should always be served a specific variation of a feature.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
UpdateFeatureRequest |
UpdateFeatureRequest.withEvaluationStrategy(String evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
UpdateFeatureRequest |
UpdateFeatureRequest.withFeature(String feature)
The name of the feature to be updated.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withProject(String project)
The name or ARN of the project that contains the feature to be updated.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withRemoveVariations(Collection<String> removeVariations)
Removes a variation from the feature.
|
UpdateFeatureRequest |
UpdateFeatureRequest.withRemoveVariations(String... removeVariations)
Removes a variation from the feature.
|
Copyright © 2022. All rights reserved.