| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary |
FeatureSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
FeatureSummary |
FeatureSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
FeatureSummary |
FeatureSummary.clone() |
FeatureSummary |
FeatureSummary.withArn(String arn)
The ARN of the feature.
|
FeatureSummary |
FeatureSummary.withCreatedTime(Date createdTime)
The date and time that the feature is created.
|
FeatureSummary |
FeatureSummary.withDefaultVariation(String defaultVariation)
The name of the variation that is used as the default variation.
|
FeatureSummary |
FeatureSummary.withEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define
|
FeatureSummary |
FeatureSummary.withEvaluationRules(EvaluationRule... evaluationRules)
An array of structures that define
|
FeatureSummary |
FeatureSummary.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(String evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
FeatureSummary |
FeatureSummary.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the feature was most recently updated.
|
FeatureSummary |
FeatureSummary.withName(String name)
The name of the feature.
|
FeatureSummary |
FeatureSummary.withProject(String project)
The name or ARN of the project that contains the feature.
|
FeatureSummary |
FeatureSummary.withStatus(FeatureStatus status)
The current state of the feature.
|
FeatureSummary |
FeatureSummary.withStatus(String status)
The current state of the feature.
|
FeatureSummary |
FeatureSummary.withTags(Map<String,String> tags)
The list of tag keys and values associated with this feature.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureSummary> |
ListFeaturesResult.getFeatures()
An array of structures that contain the configuration details of the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesResult |
ListFeaturesResult.withFeatures(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFeaturesResult.setFeatures(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResult |
ListFeaturesResult.withFeatures(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
Copyright © 2025. All rights reserved.