| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently |
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.
|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFeatureResponse> |
EvidentlyAsyncClient.createFeature(Consumer<CreateFeatureRequest.Builder> createFeatureRequest)
Creates an Evidently feature that you want to launch or test.
|
default CreateFeatureResponse |
EvidentlyClient.createFeature(Consumer<CreateFeatureRequest.Builder> createFeatureRequest)
Creates an Evidently feature that you want to launch or test.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFeatureRequest.Builder |
CreateFeatureRequest.builder() |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.defaultVariation(String defaultVariation)
The name of the variation to use as the default variation.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.description(String description)
An optional description of the feature.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.entityOverrides(Map<String,String> entityOverrides)
Specify users that should always be served a specific variation of a feature.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.evaluationStrategy(String evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.name(String name)
The name for the new feature.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.project(String project)
The name or ARN of the project that is to contain the new feature.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the feature.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.toBuilder() |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.variations(Collection<VariationConfig> variations)
An array of structures that contain the configuration of the feature's different variations.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.variations(Consumer<VariationConfig.Builder>... variations)
An array of structures that contain the configuration of the feature's different variations.
|
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.variations(VariationConfig... variations)
An array of structures that contain the configuration of the feature's different variations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFeatureRequest.Builder> |
CreateFeatureRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.