Uses of Class
software.amazon.awssdk.services.evidently.model.GetFeatureResponse
-
Packages that use GetFeatureResponse 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 GetFeatureResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return GetFeatureResponse Modifier and Type Method Description default GetFeatureResponseEvidentlyClient. getFeature(Consumer<GetFeatureRequest.Builder> getFeatureRequest)Returns the details about one feature.default GetFeatureResponseEvidentlyClient. getFeature(GetFeatureRequest getFeatureRequest)Returns the details about one feature.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type GetFeatureResponse Modifier and Type Method Description default CompletableFuture<GetFeatureResponse>EvidentlyAsyncClient. getFeature(Consumer<GetFeatureRequest.Builder> getFeatureRequest)Returns the details about one feature.default CompletableFuture<GetFeatureResponse>EvidentlyAsyncClient. getFeature(GetFeatureRequest getFeatureRequest)Returns the details about one feature.
-