Uses of Class
software.amazon.awssdk.services.evidently.model.UpdateFeatureResponse
-
Packages that use UpdateFeatureResponse 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. -
-
Uses of UpdateFeatureResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return UpdateFeatureResponse Modifier and Type Method Description default UpdateFeatureResponseEvidentlyClient. updateFeature(Consumer<UpdateFeatureRequest.Builder> updateFeatureRequest)Updates an existing feature.default UpdateFeatureResponseEvidentlyClient. updateFeature(UpdateFeatureRequest updateFeatureRequest)Updates an existing feature.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type UpdateFeatureResponse Modifier and Type Method Description default CompletableFuture<UpdateFeatureResponse>EvidentlyAsyncClient. updateFeature(Consumer<UpdateFeatureRequest.Builder> updateFeatureRequest)Updates an existing feature.default CompletableFuture<UpdateFeatureResponse>EvidentlyAsyncClient. updateFeature(UpdateFeatureRequest updateFeatureRequest)Updates an existing feature.
-