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