Uses of Class
software.amazon.awssdk.services.evidently.model.DeleteFeatureRequest
-
Packages that use DeleteFeatureRequest 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 DeleteFeatureRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type DeleteFeatureRequest Modifier and Type Method Description default CompletableFuture<DeleteFeatureResponse>EvidentlyAsyncClient. deleteFeature(DeleteFeatureRequest deleteFeatureRequest)Deletes an Evidently feature.default DeleteFeatureResponseEvidentlyClient. deleteFeature(DeleteFeatureRequest deleteFeatureRequest)Deletes an Evidently feature. -
Uses of DeleteFeatureRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type DeleteFeatureRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFeatureRequestMarshaller. marshall(DeleteFeatureRequest deleteFeatureRequest)
-